Skip to content

Commit 587f415

Browse files
committed
Bumped version to 0.6.2.
1 parent 698394f commit 587f415

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ look at the `git repository`_ for the full project history.
66

77
.. _git repository: https://github.com/ask/python-github2/
88

9+
0.6.2 - 2012-06-11
10+
------------------
11+
12+
* Updated dependencies to handle recent ``python-dateutil`` releases
13+
* Fixed ``simplejson`` dependencies for Python 2.4
14+
915
0.6.1 - 2012-02-28
1016
------------------
1117

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 ([email protected])
7-
:Version: 0.6.1
7+
:Version: 0.6.2
88

99
.. warning::
1010

github2/_version.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# This is github2 version 0.6.1 (2012-02-28)
1+
# This is github2 version 0.6.2 (2012-06-11)
22
# pylint: disable=C0103, C0111, C0121, W0622
33

4-
dotted = "0.6.1"
5-
libtool = "6:21"
6-
hex = 0x000601
7-
date = "2012-02-28"
8-
tuple = (0, 6, 1)
9-
web = "github2/0.6.1"
4+
dotted = "0.6.2"
5+
libtool = "6:22"
6+
hex = 0x000602
7+
date = "2012-06-11"
8+
tuple = (0, 6, 2)
9+
web = "github2/0.6.2"

0 commit comments

Comments
 (0)