Skip to content

Commit

Permalink
0.7.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed May 1, 2010
1 parent 61e1ac6 commit ab771a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 7, 1, "final")
VERSION = (0, 7, 2, "final")

def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit ab771a6

Please sign in to comment.