From dc96fef052f2b5c6adb34da65169e8df3f35f611 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Thu, 28 Mar 2013 20:10:31 +0100 Subject: [PATCH] Publish version 1.13.1 --- README.rst | 5 +++++ doc/changes.rst | 5 +++++ setup.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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__":