8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd80086 commit 3aeb959Copy full SHA for 3aeb959
HISTORY.rst
@@ -1,6 +1,11 @@
1
History/Changelog
2
=================
3
4
+0.6.1: 2013-04-06
5
+-----------------
6
+
7
+- Add equality for labels courtesy of Alejandro Gomez (@alejandrogomez)
8
9
0.6.0: 2013-04-05
10
-----------------
11
github3/__init__.py
@@ -13,7 +13,7 @@
13
__author__ = 'Ian Cordasco'
14
__license__ = 'Modified BSD'
15
__copyright__ = 'Copyright 2012-2013 Ian Cordasco'
16
-__version__ = '0.7.0'
+__version__ = '0.6.1'
17
__version_info__ = tuple(int(i) for i in __version__.split('.'))
18
19
from github3.api import *
0 commit comments