Skip to content

Commit

Permalink
Merge pull request #12 from aldryn/issues/correct_version_for_django_…
Browse files Browse the repository at this point in the history
…appdata

Fix the django-appdata version. Bump to 0.1.1.
  • Loading branch information
chronossc committed Feb 11, 2015
2 parents 7b7c346 + 9c140f6 commit 475174b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aldryn_apphooks_config/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
],
include_package_data=True,
install_requires=[
'django-appdata',
'django-appdata>=0.1.3',
'django-cms>=3.0.90a1',
],
dependency_links=[
'https://github.com/yakky/django-cms/tarball/future/integration#egg=django-cms-3.0.90a1'
'https://github.com/yakky/django-cms/tarball/future/integration#egg=django-cms-3.0.90a1',
'https://github.com/ella/django-appdata/tarball/635be13b61f7eb347ed4fb03f11f1d6ae84569ec#egg=django-appdata-0.1.3'
],
test_suite='test_settings.run',
license="BSD",
Expand Down

0 comments on commit 475174b

Please sign in to comment.