We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a72028 commit 41f42b8Copy full SHA for 41f42b8
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
========
3
4
+* 0.5.2 (October 14th, 2016)
5
+ * Fixed issue on UpdateMixin.
6
+ * Fixed issue with CashBackInfo.
7
+
8
* 0.5.1 (July 25, 2016)
9
* Updated qb_datetime_utc_offset_format to support python 2.6.
10
setup.py
@@ -10,7 +10,7 @@ def read(*parts):
return fp.read()
11
12
13
-VERSION = (0, 5, 1)
+VERSION = (0, 5, 2)
14
version = '.'.join(map(str, VERSION))
15
16
setup(
0 commit comments