Publish version 1.34

This commit is contained in:
Nhomar Hernandez
2017-04-02 16:00:08 -05:00
parent 49bcabd7c7
commit a628556690
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
Change log\n==========\n\nStable versions\n~~~~~~~~~~~~~~~\n\nVersion (abril 04, 2017)\n-----------------------------------\n\n* Update requirements to match the latest pyjwt switch (e5458fa)\n
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.
Change log\n==========\n\nStable versions\n~~~~~~~~~~~~~~~\n\nVersion 1.34 (abril 04, 2017)\n-----------------------------------\n\n\n* 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 = ""
version = "1.34"
if __name__ == "__main__":