Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jul 13, 2012
1 parent 2d254c6 commit 38227a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.2.2 - 13 July 2012
~~~~~~~~~~~~~~~~~~~~

Fixes a bug with applying absolute-discount benefits

0.2.1 - 09 July 2012
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion oscar/__init__.py
Expand Up @@ -3,7 +3,7 @@
# Use 'final' as the 4th element to indicate
# a full release

VERSION = (0, 2, 1, 'final')
VERSION = (0, 2, 2, 'final')

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

0 comments on commit 38227a9

Please sign in to comment.