Skip to content

Commit

Permalink
Bumped version to 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JNRowe committed Jun 11, 2012
1 parent 698394f commit 587f415
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions NEWS.rst
Expand Up @@ -6,6 +6,12 @@ look at the `git repository`_ for the full project history.

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

0.6.2 - 2012-06-11
------------------

* Updated dependencies to handle recent ``python-dateutil`` releases
* Fixed ``simplejson`` dependencies for Python 2.4

0.6.1 - 2012-02-28
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -4,7 +4,7 @@ github2 - GitHub API v2 library for Python.

:Authors:
Ask Solem (askh@opera.com)
:Version: 0.6.1
:Version: 0.6.2

.. warning::

Expand Down
14 changes: 7 additions & 7 deletions github2/_version.py
@@ -1,9 +1,9 @@
# This is github2 version 0.6.1 (2012-02-28)
# This is github2 version 0.6.2 (2012-06-11)
# pylint: disable=C0103, C0111, C0121, W0622

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

0 comments on commit 587f415

Please sign in to comment.