8000 Minor release for @alejandrogomez · losingkeys/github3.py@3aeb959 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3aeb959

Browse files
committed
Minor release for @alejandrogomez
1 parent fd80086 commit 3aeb959

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History/Changelog
22
=================
33

4+
0.6.1: 2013-04-06
5+
-----------------
6+
7+
- Add equality for labels courtesy of Alejandro Gomez (@alejandrogomez)
8+
49
0.6.0: 2013-04-05
510
-----------------
611

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = 'Ian Cordasco'
1414
__license__ = 'Modified BSD'
1515
__copyright__ = 'Copyright 2012-2013 Ian Cordasco'
16-
__version__ = '0.7.0'
16+
__version__ = '0.6.1'
1717
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1818

1919
from github3.api import *

0 commit comments

Comments
 (0)
0