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.
1 parent 71d1345 commit 6cdef53Copy full SHA for 6cdef53
.bumpversion.cfg
@@ -0,0 +1,8 @@
1
+[bumpversion]
2
+current_version = 0.4.2
3
+commit = True
4
+tag = True
5
+
6
+[bumpversion:file:setup.py]
7
8
+[bumpversion:file:rest_framework_sso/__init__.py]
rest_framework_sso/__init__.py
@@ -2,7 +2,7 @@
from __future__ import absolute_import, unicode_literals
__title__ = "djangorestframework-sso"
-__version__ = "0.3.3"
+__version__ = "0.4.2"
__author__ = "Lenno Nagel"
__license__ = "MIT"
__copyright__ = "Copyright 2016 Namespace OÜ"
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="djangorestframework-sso",
18
- version="0.5.0",
+ version="0.4.2",
19
packages=find_packages(exclude=["tests"]),
20
include_package_data=True,
21
license="MIT License",
0 commit comments