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__":