Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jan 27, 2012
1 parent ad3dc74 commit afe024e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar/__init__.py
@@ -1,7 +1,7 @@
# Use 'final' as the 4th element to indicate # Use 'final' as the 4th element to indicate
# a full release # a full release


VERSION = (0, 1, 4, 'final') VERSION = (0, 1, 5, 'final')


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

0 comments on commit afe024e

Please sign in to comment.