diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c08d374..a1630f2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/setup.py b/setup.py index 9f6f0cb..63c155d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(*parts): return fp.read() -VERSION = (0, 5, 1) +VERSION = (0, 5, 2) version = '.'.join(map(str, VERSION)) setup(