8000 Updates for 0.8.2 · vasudevram/github3.py@aa0b457 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa0b457

Browse files
committed
Updates for 0.8.2
1 parent b27a4ee commit aa0b457

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

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

4+
0.8.2: 2014-02-11
5+
~~~~~~~~~~~~~~~~~
6+
7+
- Fix bug in ``GitHub#search_users`` (and ``github3.search_users``). Thanks
8+
@abesto
9+
10+
- Expose the stargazers count for repositories. Thanks @seveas
11+
412
0.8.1: 2014-01-26
513
~~~~~~~~~~~~~~~~~
614

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__author__ = 'Ian Cordasco'
1515
__license__ = 'Modified BSD'
1616
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17-
__version__ = '0.8.1'
17+
__version__ = '0.8.2'
1818
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1919

2020
from github3.api import *

0 commit comments

Comments
 (0)
0