We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e579b commit ffae424Copy full SHA for ffae424
CHANGELOG
@@ -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
7
=== 1.68.0 2017-10-19
8
9
* [#350] Add static methods to manipulate resources from parent
VERSION
@@ -1 +1 @@
-1.68.0
+1.69.0
stripe/version.py
-VERSION = '1.68.0'
+VERSION = '1.69.0'
0 commit comments