1 parent 6e1a8f7 commit 6337009Copy full SHA for 6337009
3 files changed
NEWS.rst
@@ -3,8 +3,8 @@ User-visible changes
3
4
.. contents::
5
6
-``master`` branch
7
------------------
+0.4.0 - 2011-05-23
+------------------
8
9
* Python 3 compatibility
10
* The ``github_manage_collaborators`` script will be installed using
README.rst
@@ -4,7 +4,7 @@ github2 - Github API v2 library for Python.
:Authors:
Ask Solem (askh@opera.com)
-:Version: 0.3.1
+:Version: 0.4.0
This is an experimental 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, 3, 1)
+VERSION = (0, 4, 0)
__author__ = "Ask Solem"
__contact__ = "askh@opera.com"
0 commit comments