We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde9628 commit b275087Copy full SHA for b275087
3 files changed
NEWS.rst
@@ -3,8 +3,8 @@ User-visible changes
3
4
.. contents::
5
6
-``master`` branch
7
------------------
+0.5.0 - 2011-05-24
+------------------
8
9
* Support for `pull requests`_
10
* Simple logging_ based messages for event tracking and debugging
README.rst
@@ -4,7 +4,7 @@ github2 - Github API v2 library for Python.
:Authors:
Ask Solem (askh@opera.com)
-:Version: 0.4.1
+:Version: 0.5.0
This is a Python library implementing all of the features available in version 2
of the `Github API`_.
github2/__init__.py
@@ -1,5 +1,5 @@
1
"Github API v2 library for Python"
2
-VERSION = (0, 4, 1)
+VERSION = (0, 5, 0)
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
0 commit comments