Skip to content

Commit

Permalink
Bump version to 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jan 10, 2013
1 parent 8f776e4 commit ac6fab9
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
# a full release

VERSION = (0, 1, 18, 'final')
VERSION = (0, 1, 19, 'final')

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

0 comments on commit ac6fab9

Please sign in to comment.