Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jan 5, 2012
1 parent 0ff0837 commit 65e8aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar/__init__.py
@@ -1,6 +1,6 @@
# Use 'final' as the 4th element to indicate
# a full release
VERSION = (0, 1, 0, 'beta', 15)
VERSION = (0, 1, 0, 'beta', 17)

def get_short_version():
return '%s.%s' % (VERSION[0], VERSION[1])
Expand Down

0 comments on commit 65e8aac

Please sign in to comment.