aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-04 23:59:28 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-04 23:59:28 +0100
commit11e94100e4af04272fd87342a2a462b32ae27229 (patch)
tree276452382a6ff4a7e70630647030fd024f7a3a3f /pygithub3/__init__.py
parentFix 422 message (diff)
downloadpython-github3-11e94100e4af04272fd87342a2a462b32ae27229.tar.xz
python-github3-11e94100e4af04272fd87342a2a462b32ae27229.zip
:sparkles: Relase 0.2 :sparkles:0.2
- Repos service completed - Self-nested resources support - Mimetypes in services - Documentation - Python 2.6 support - Remaining requests counter - Smart and normal results iterators
Diffstat (limited to 'pygithub3/__init__.py')
-rw-r--r--pygithub3/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/__init__.py b/pygithub3/__init__.py
index ecab597..f60479e 100644
--- a/pygithub3/__init__.py
+++ b/pygithub3/__init__.py
@@ -2,7 +2,7 @@
# -*- encoding: utf-8 -*-
__title__ = 'pygithub3'
-__version__ = '0.1.9'
+__version__ = '0.2'
__author__ = 'David Medina'
__email__ = 'davidmedina9@gmail.com'
__license__ = 'ISC'