Skip to content

Commit

Permalink
update dependencies and bump the version to 0.10.0 as this is a backw…
Browse files Browse the repository at this point in the history
…ards incompatible change because of migrations being included in django core
  • Loading branch information
thenewguy committed May 16, 2014
1 parent 9b3e633 commit 56801de
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 52 deletions.
2 changes: 1 addition & 1 deletion dj_elastictranscoder/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.9.2'
__version__ = '0.10.0'
49 changes: 0 additions & 49 deletions dj_elastictranscoder/migrations/0001_initial.py

This file was deleted.

Empty file.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
include_package_data=True,
zip_safe=False,
install_requires = [
"django >= 1.4",
"django >= 1.7",
"boto >= 2.5",
"South >= 0.8",
],
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit 56801de

Please sign in to comment.