Skip to content

Commit d7b0ccc

Browse files
committed
Bumped version to 0.6.1.
1 parent 8bc7dde commit d7b0ccc

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

NEWS.rst

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

99
.. contents::
1010

11+
0.6.1 - 2012-02-28
12+
------------------
13+
14+
* Support for `GitHub:Enterprise`_ using the ``github_url`` parameter when
15+
creating a client
16+
* Adds SSH key management
17+
* Support reading SSL certificates from the location set in ``CURL_CA_BUNDLE``,
18+
if all else fails
19+
20+
.. _GitHub:Enterprise: https://enterprise.github.com/
21+
1122
0.6.0 - 2011-12-21
1223
------------------
1324

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.0
7+
:Version: 0.6.1
88

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

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.0 (2011-12-21)
1+
# This is github2 version 0.6.1 (2012-02-28)
22
# pylint: disable=C0103, C0111, C0121, W0622
33

4-
dotted = "0.6.0"
5-
libtool = "6:20"
6-
hex = 0x000600
7-
date = "2011-12-21"
8-
tuple = (0, 6, 0)
9-
web = "github/0.6.0"
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"

0 commit comments

Comments
 (0)