Skip to content

Commit

Permalink
version 1.2.4 + updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 18, 2014
1 parent 0df13b5 commit 7bc2adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_hstore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 2, 3, 'final')
VERSION = (1, 2, 4, 'final')
__version__ = VERSION


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
psycopg2==2.5.2
psycopg2>=2.4.3
django-discover-runner==1.0

0 comments on commit 7bc2adb

Please sign in to comment.