diff --git a/doc/changes.rst b/doc/changes.rst index 004325de..5b750b19 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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) ----------------------------------- diff --git a/setup.py b/setup.py index c7231e37..64927b8c 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ import setuptools import textwrap -version = "1.40a2" +version = "1.40a3" if __name__ == "__main__":