From 2e74c7d9ea66484dfbcb64e6c05964c07d1f9c02 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 2 Mar 2014 21:05:31 -0800 Subject: [PATCH] Publish version 1.24.0 --- README.rst | 7 +++---- doc/changes.rst | 5 +++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f2f2333a..6d646854 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +to help me prioritize the next developments. And do not heasitate to `open an issue `_ to discuss anything. + `Version 1.24.0 `_ (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) diff --git a/doc/changes.rst b/doc/changes.rst index 3b51aa08..6354d92b 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,11 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +`Version 1.24.0 `_ (March 2nd, 2014) +--------------------------------------------------------------------------------------------------------------- + +* `Implement `__ search, thanks to `thialfihar `__ for the pull request + `Version 1.23.0 `_ (December 23th, 2013) --------------------------------------------------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 0b86c7c9..a66e482d 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ import subprocess import shutil import os.path -version = "1.23.0" +version = "1.24.0" if __name__ == "__main__":