Publish version 1.43

This commit is contained in:
Vincent Jacques
2018-09-08 09:09:08 +02:00
parent dce744da42
commit 4e3d47c0e8
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -4,6 +4,12 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.43 (September 08, 2018)
---------------------------------
https://github.com/PyGithub/PyGithub/compare/v1.42...v1.43 (@jacquev6 was lazy, feel free to update this file with
an actual description of the significant changes).
Version 1.42 (August 19, 2018)
-----------------------------------
+1 -1
View File
@@ -44,7 +44,7 @@
import setuptools
import textwrap
version = "1.42"
version = "1.43"
if __name__ == "__main__":