Publish version 1.40a1

This commit is contained in:
Wan Liuyang
2018-04-17 12:15:02 +08:00
parent 9aed19ddbe
commit 981111dbe0
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -4,6 +4,14 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.40a1 (April 17, 2018)
-----------------------------------
* Use requests instead of httplib (#664) (9aed19dd)
* PullRequest labels should use Issues URL (#754) (678b6b20)
* Support labels for PullRequests (#752) (a308dc92)
* Add get_organizations() (#748) (1e0150b5)
Version 1.39 (April 10, 2018)
-----------------------------------
+1 -1
View File
@@ -43,7 +43,7 @@
import setuptools
import textwrap
version = "1.39"
version = "1.40a1"
if __name__ == "__main__":