diff --git a/README.rst b/README.rst index ba4e49f8..ed90e53a 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,11 @@ PyGithub is stable. I will maintain it up to date with the API, and fix bugs if What's new? =========== +Version 1.13.1 (March 28nd, 2013) +--------------------------------- + +* `Fix `_ login/password authentication for Python 3. Thank you `sebastianstigler `_ for reporting + `Version 1.13.0 `_ (March 22nd, 2013) ------------------------------------------------------------------------------------------------------------ diff --git a/doc/changes.rst b/doc/changes.rst index 2ebf856e..e8656ab0 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,11 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 1.13.1 (March 28nd, 2013) +--------------------------------- + +* `Fix `_ login/password authentication for Python 3. Thank you `sebastianstigler `_ for reporting + `Version 1.13.0 `_ (March 22nd, 2013) ------------------------------------------------------------------------------------------------------------ diff --git a/setup.py b/setup.py index e0f87841..d2d3a355 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import subprocess import shutil import os.path -version = "1.13.0" +version = "1.13.1" if __name__ == "__main__":