Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Nov 8, 2012
1 parent e4ab8d0 commit c1789cd
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, 16, 'final') VERSION = (0, 1, 17, '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 c1789cd

Please sign in to comment.