From 981111dbe0413d936b33d92a1bb7e1a55ddc00bb Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Tue, 17 Apr 2018 12:15:02 +0800 Subject: [PATCH] Publish version 1.40a1 --- doc/changes.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 99ea14db..d9ad1503 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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) ----------------------------------- diff --git a/setup.py b/setup.py index 388dfcf6..88425c22 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ import setuptools import textwrap -version = "1.39" +version = "1.40a1" if __name__ == "__main__":