8000 Bumped version to 0.5.0. · ask/python-github2@b275087 · GitHub
[go: up one dir, main page]

Skip to content

Commit b275087

Browse files
committed
Bumped version to 0.5.0.
1 parent fde9628 commit b275087

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ User-visible changes
33

44
.. contents::
55

6-
``master`` branch
7-
-----------------
6+
0.5.0 - 2011-05-24
7+
------------------
88

99
* Support for `pull requests`_
1010
* Simple logging_ based messages for event tracking and debugging

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ github2 - Github API v2 library for Python.
44

55
:Authors:
66
Ask Solem (askh@opera.com)
7-
:Version: 0.4.1
7+
:Version: 0.5.0
88

99
This is a Python library implementing all of the features available in version 2
1010
of the `Github API`_.

github2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"Github API v2 library for Python"
2-
VERSION = (0, 4, 1)
2+
VERSION = (0, 5, 0)
33

44
__author__ = "Ask Solem"
55
__contact__ = "askh@opera.com"

0 commit comments

Comments
 (0)
0