Skip to content

Commit

Permalink
Updated version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Oct 14, 2016
1 parent 2a72028 commit 41f42b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
========

* 0.5.2 (October 14th, 2016)
* Fixed issue on UpdateMixin.
* Fixed issue with CashBackInfo.

* 0.5.1 (July 25, 2016)
* Updated qb_datetime_utc_offset_format to support python 2.6.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(*parts):
return fp.read()


VERSION = (0, 5, 1)
VERSION = (0, 5, 2)
version = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit 41f42b8

Please sign in to comment.