Skip to content

Commit

Permalink
New release: remove version specifer for dependency python-dateutil.
Browse files Browse the repository at this point in the history
Libraries with very specific dependency version often break other libraries
or applications that use them
  • Loading branch information
hltbra committed Nov 13, 2013
1 parent 5885c3c commit 6665703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-dateutil==2.1
python-dateutil
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def parse_requirements():
setup(
name="ejson",
license="GPL",
version='0.1.5',
version='0.1.6',
description=u'Extensible json serializer/deserializer library',
long_description=local_file('README.md'),
author=u'Lincoln de Sousa',
Expand Down

0 comments on commit 6665703

Please sign in to comment.