File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,16 @@ The full list of contributors is in :code:`AUTHORS.rst` or `on GitHub <https://g
69
69
Changelog
70
70
---------
71
71
72
- Changes as of 10 May 2016
72
+ Changes as of 23 December 2016
73
+
74
+ 1.0.2 <23 December 2016>
75
+ ^^^^^^^^^^^^^^^^^^^^^^^^
76
+
77
+ - "Add" Python 3.6 support. It's not in Travis as an allowed failure and didn't require any code changes to pass!
78
+ - Fix a major bug with the receipt cancel API. I was using a `GET ` request instead of a `POST `
79
+ - Stop using the `releases ` Sphinx plugin for the changelog. Its philosophy didn't match well with mine
80
+ - Update release procedure based on no longer using `releases `
81
+ - Some minor documentation fixes
73
82
74
83
1.0.1 <10 May 2016>
75
84
^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -15,7 +15,17 @@ Changelog
15
15
Details about this versioning scheme can be found on the `Semver website <http://semver.org/spec/v2.0.0.html >`_.
16
16
Versions postfixed with '-dev' are currently under development and those without a postfix are stable releases.
17
17
18
- Changes as of 10 May 2016
18
+ Changes as of 23 December 2016
19
+
20
+ 1.0.2 <23 December 2016>
21
+ ^^^^^^^^^^^^^^^^^^^^^^^^
22
+
23
+ - "Add" Python 3.6 support. It's not in Travis as an allowed failure and didn't require any code changes to pass!
24
+ - Fix a major bug with the receipt cancel API. I was using a `GET ` request instead of a `POST `
25
+ - Stop using the `releases ` Sphinx plugin for the changelog. Its philosophy didn't match well with mine
26
+ - Update release procedure based on no longer using `releases `
27
+ - Some minor documentation fixes
28
+
19
29
20
30
1.0.1 <10 May 2016>
21
31
^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments