From 4e3d47c0e8162e7dcfb0f7d6db00a5b2368b679d Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 8 Sep 2018 09:09:08 +0200 Subject: [PATCH] Publish version 1.43 --- doc/changes.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/changes.rst b/doc/changes.rst index 6e2d9400..db663e62 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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) ----------------------------------- diff --git a/setup.py b/setup.py index dcd08809..0215e98d 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ import setuptools import textwrap -version = "1.42" +version = "1.43" if __name__ == "__main__":