We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.1.2
1 parent f1669d0 commit 1644a07Copy full SHA for 1644a07
django_rest_github_oauth/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Abdullah Adeel"""
4
__email__ = 'business.info.abd@gmail.com'
5
-__version__ = '0.1.1'
+__version__ = '0.1.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.1
+current_version = 0.1.2
commit = True
tag = True
setup.py
@@ -53,6 +53,6 @@
53
test_suite='tests',
54
tests_require=test_requirements,
55
url='https://github.com/mabdullahadeel/django-rest-github-oauth',
56
- version='0.1.1',
+ version='0.1.2',
57
zip_safe=False,
58
)
0 commit comments