Publish version 1.40a3

This commit is contained in:
Wan Liuyang
2018-04-26 14:52:47 +08:00
parent 85a9124b09
commit b0fc5da5ae
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -4,6 +4,12 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.40a3 (April 26, 2018)
-----------------------------------
* Add ability to skip SSL cert verification for Github Enterprise (#758) (85a9124b)
* Correct Repository.get_git_tree recursive use (#767) (bd0cf309)
Version 1.40a2 (April 23, 2018)
-----------------------------------
+1 -1
View File
@@ -43,7 +43,7 @@
import setuptools
import textwrap
version = "1.40a2"
version = "1.40a3"
if __name__ == "__main__":