We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621995c commit ce14c60Copy full SHA for ce14c60
README.rst
@@ -45,11 +45,11 @@ Achievements
45
- `Pull requests service <http://developer.github.com/v3/pulls/>`_
46
- `Orgs service <http://developer.github.com/v3/orgs/>`_
47
- `Issues service <http://developer.github.com/v3/issues/>`_
48
+- `Events service <http://developer.github.com/v3/events/>`_
49
50
TODO
51
-----
52
-- Services: Events
53
- Oauth authorization API (service?)
54
- Proxy methods into resources (e.g copitux.followers)
55
pygithub3/__init__.py
@@ -1,8 +1,7 @@
1
-#!/usr/bin/env python
2
# -*- encoding: utf-8 -*-
3
4
__title__ = 'pygithub3'
5
-__version__ = '0.4.1'
+__version__ = '0.5'
6
__author__ = 'David Medina'
7
__email__ = 'davidmedina9@gmail.com'
8
__license__ = 'ISC'
0 commit comments