Skip to content

Commit

Permalink
Updated tango-shared requirement and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Baxter committed Dec 30, 2013
1 parent 3b8443f commit 2ff05ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vobject>=0.8.1c
tango-articles>=0.4
tango-contact-manager>=0.5
tango-happenings>=0.3
tango-shared>=0.5
tango-shared>=0.6
tango-voting>=0.1
tango-capo>=0.2
tango-photos>=0.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-tango',
version='0.4.3',
version='0.4.4',
author=u'Tim Baxter',
author_email='mail.baxter@gmail.com',
description='Faster, simpler Django content management.',
Expand All @@ -19,7 +19,7 @@
install_requires=required,
zip_safe=False,
dependency_links = [
'http://github.com/tBaxter/tango-shared-core/tarball/master#egg=tango-shared-0.5',
'http://github.com/tBaxter/tango-shared-core/tarball/master#egg=tango-shared-0.6',
'http://github.com/tBaxter/django-voting/tarball/master#egg=tango-voting-0.1',
]
)

0 comments on commit 2ff05ad

Please sign in to comment.