Publish version 1.33

This commit is contained in:
Jannis Gebauer
2017-03-27 15:24:34 +02:00
parent d447eb13b9
commit e783ee3737
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -4,6 +4,12 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.33 (March 27, 2017)
-----------------------------------
* Removed dependency on python-jose (insecure transitive dependency PyCrypto) and switched to pyjwt.
* Add Support for Pull Request Reviews feature.
Version 1.32 (February 1, 2017)
-----------------------------------
+1 -1
View File
@@ -28,7 +28,7 @@
import setuptools
import textwrap
version = "1.32"
version = "1.33"
if __name__ == "__main__":