Skip to content

Commit 41f42b8

Browse files
committed
Updated version number and changelog.
1 parent 2a72028 commit 41f42b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
========
33

4+
* 0.5.2 (October 14th, 2016)
5+
* Fixed issue on UpdateMixin.
6+
* Fixed issue with CashBackInfo.
7+
48
* 0.5.1 (July 25, 2016)
59
* Updated qb_datetime_utc_offset_format to support python 2.6.
610

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(*parts):
1010
return fp.read()
1111

1212

13-
VERSION = (0, 5, 1)
13+
VERSION = (0, 5, 2)
1414
version = '.'.join(map(str, VERSION))
1515

1616
setup(

0 commit comments

Comments
 (0)