Skip to content

Commit ce14c60

Browse files
committed
✨ Release 0.5 ✨
- Events service - Encapsulate common github's resource's fields inside json code/decoders - Support to requests 0.14.0 and freeze reqs - Some fixes
1 parent 621995c commit ce14c60

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Achievements
4545
- `Pull requests service <http://developer.github.com/v3/pulls/>`_
4646
- `Orgs service <http://developer.github.com/v3/orgs/>`_
4747
- `Issues service <http://developer.github.com/v3/issues/>`_
48+
- `Events service <http://developer.github.com/v3/events/>`_
4849

4950
TODO
5051
-----
5152

52-
- Services: Events
5353
- Oauth authorization API (service?)
5454
- Proxy methods into resources (e.g copitux.followers)
5555

pygithub3/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#!/usr/bin/env python
21
# -*- encoding: utf-8 -*-
32

43
__title__ = 'pygithub3'
5-
__version__ = '0.4.1'
4+
__version__ = '0.5'
65
__author__ = 'David Medina'
76
__email__ = 'davidmedina9@gmail.com'
87
__license__ = 'ISC'

0 commit comments

Comments
 (0)