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 84d5364 commit cfaf297Copy full SHA for cfaf297
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0
2
+
3
+* Push to card support
4
5
## 1.0.2
6
7
* Return None when there is actually none instead of a page object (#115)
balanced/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.0.2'
+__version__ = '1.1.0'
from balanced.config import configure
from balanced import resources
0 commit comments