Skip to content

Commit 6cdef53

Browse files
committed
0.4.2
1 parent 71d1345 commit 6cdef53

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import absolute_import, unicode_literals
33

44
__title__ = "djangorestframework-sso"
5-
__version__ = "0.3.3"
5+
__version__ = "0.4.2"
66
__author__ = "Lenno Nagel"
77
__license__ = "MIT"
88
__copyright__ = "Copyright 2016 Namespace OÜ"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="djangorestframework-sso",
18-
version="0.5.0",
18+
version="0.4.2",
1919
packages=find_packages(exclude=["tests"]),
2020
include_package_data=True,
2121
license="MIT License",

0 commit comments

Comments
 (0)