Skip to content

Commit 15db4fd

Browse files
Bump version: 0.2.1 → 0.2.2
1 parent c2c0ce9 commit 15db4fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openedx_cas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Support for Certralized Authentication System (CAS) in the Open edX authentication flows.
33
"""
44

5-
__version__ = '0.2.1'
5+
__version__ = '0.2.2'
66

77
default_app_config = 'openedx_cas.apps.OpenedxCasConfig' # pylint: disable=invalid-name

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)