Skip to content

Commit bf874b3

Browse files
committed
1.2
1 parent f199e51 commit bf874b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2
2+
3+
* Account and Settlement support
4+
15
## 1.1.1
26

37
* Fix allowing for voiding holds

balanced/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '1.1.1'
3+
__version__ = '1.2'
44

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

0 commit comments

Comments
 (0)