Skip to content

Commit 6dfa63b

Browse files
committed
✨ Release 0.3 ✨
- Gists service completed - Fix bugs
1 parent 3e551e6 commit 6dfa63b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,16 @@ Achievements
3838
-------------
3939

4040
- The core
41-
- `User service <http://developer.github.com/v3/users/>`_
41+
- `Users service <http://developer.github.com/v3/users/>`_
42+
- `Repos service <http://developer.github.com/v3/repos/>`_
43+
- `Gists service <http://developer.github.com/v3/gists/>`_
4244

4345
TODO
4446
-----
4547

46-
- `Repo service <http://developer.github.com/v3/repos/>`_
48+
- Services: Git Data, Issues, Orgs, Pull Requests, Events
49+
- Oauth authorization API (service?)
50+
- Proxy methods into resources (e.g copitux.followers())
4751

4852
Contribute
4953
-----------

pygithub3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- encoding: utf-8 -*-
33

44
__title__ = 'pygithub3'
5-
__version__ = '0.2'
5+
__version__ = '0.3'
66
__author__ = 'David Medina'
77
__email__ = 'davidmedina9@gmail.com'
88
__license__ = 'ISC'

0 commit comments

Comments
 (0)