Publish version 1.13.1

This commit is contained in:
Vincent Jacques
2013-03-28 20:10:31 +01:00
parent c85af79db1
commit dc96fef052
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -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 <https://github.com/jacquev6/PyGithub/issues/153>`_ login/password authentication for Python 3. Thank you `sebastianstigler <https://github.com/sebastianstigler>`_ for reporting
`Version 1.13.0 <https://github.com/jacquev6/PyGithub/issues?milestone=23&state=closed>`_ (March 22nd, 2013)
------------------------------------------------------------------------------------------------------------
+5
View File
@@ -4,6 +4,11 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.13.1 (March 28nd, 2013)
---------------------------------
* `Fix <https://github.com/jacquev6/PyGithub/issues/153>`_ login/password authentication for Python 3. Thank you `sebastianstigler <https://github.com/sebastianstigler>`_ for reporting
`Version 1.13.0 <https://github.com/jacquev6/PyGithub/issues?milestone=23&state=closed>`_ (March 22nd, 2013)
------------------------------------------------------------------------------------------------------------
+1 -1
View File
@@ -20,7 +20,7 @@ import subprocess
import shutil
import os.path
version = "1.13.0"
version = "1.13.1"
if __name__ == "__main__":