Skip to content

Commit cfaf297

Browse files
committed
Bump version to 1.1.0
1 parent 84d5364 commit cfaf297

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
3+
* Push to card support
4+
15
## 1.0.2
26

37
* Return None when there is actually none instead of a page object (#115)

balanced/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '1.0.2'
3+
__version__ = '1.1.0'
44

55
from balanced.config import configure
66
from balanced import resources

0 commit comments

Comments
 (0)