Skip to content

Commit ffae424

Browse files
committed
Bump version to 1.69.0
1 parent d5e579b commit ffae424

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 1.69.0 2017-10-20
2+
3+
* [#351] Break resource.py module into separate ones for each type of resource
4+
* Classes are still into resource.py for backwards compatibility
5+
* [#353] Fix unpickling `StripeObject` in Python 3
6+
17
=== 1.68.0 2017-10-19
28

39
* [#350] Add static methods to manipulate resources from parent

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.68.0
1+
1.69.0

stripe/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.68.0'
1+
VERSION = '1.69.0'

0 commit comments

Comments
 (0)