Publish version 1.24.0

This commit is contained in:
Vincent Jacques
2014-03-02 21:05:31 -08:00
parent 87dbb94cee
commit 2e74c7d9ea
3 changed files with 9 additions and 5 deletions
+3 -4
View File
@@ -19,6 +19,9 @@ Version 2.0.0-alpha.1 (March 2nd, 2014)
This first alpha version focuses on the bases and on the interactions between users, organizations and repositories.
Please comment on `those issues <https://github.com/jacquev6/PyGithub/issues?labels=Prioritization%2Cv2&milestone=&page=1&state=open>`_
to help me prioritize the next developments. And do not heasitate to `open an issue <https://github.com/jacquev6/PyGithub/issues>`_ to discuss anything.
`Version 1.24.0 <https://github.com/jacquev6/PyGithub/issues?milestone=36&state=closed>`_ (March 2nd, 2014)
---------------------------------------------------------------------------------------------------------------
@@ -65,7 +68,3 @@ What's missing in versions 1.x.x? Github API v3 URLs not covered by v1
* ``/repos/:owner/:repo/subscription`` (DELETE)
* ``/repos/:owner/:repo/subscription`` (GET)
* ``/repos/:owner/:repo/subscription`` (PUT)
* ``/search/code`` (GET)
* ``/search/issues`` (GET)
* ``/search/repositories`` (GET)
* ``/search/users`` (GET)
+5
View File
@@ -4,6 +4,11 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
`Version 1.24.0 <https://github.com/jacquev6/PyGithub/issues?milestone=36&state=closed>`_ (March 2nd, 2014)
---------------------------------------------------------------------------------------------------------------
* `Implement <https://github.com/jacquev6/PyGithub/pull/224>`__ search, thanks to `thialfihar <https://github.com/thialfihar>`__ for the pull request
`Version 1.23.0 <https://github.com/jacquev6/PyGithub/issues?milestone=35&state=closed>`_ (December 23th, 2013)
---------------------------------------------------------------------------------------------------------------
+1 -1
View File
@@ -30,7 +30,7 @@ import subprocess
import shutil
import os.path
version = "1.23.0"
version = "1.24.0"
if __name__ == "__main__":