Skip to content

Commit

Permalink
Bumped to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Oct 9, 2009
1 parent c2e4147 commit 5a7514c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7
0.7.1
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7'
release = '0.7.1'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion pinax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 7, 0, "final")
VERSION = (0, 7, 1, "final")

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

0 comments on commit 5a7514c

Please sign in to comment.