Skip to content

Commit cbe84f7

Browse files
author
Cristhian Garcia
committed
Bump version: 0.2.2 → 0.2.3
1 parent d5fd77a commit cbe84f7

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.2'
5+
__version__ = '0.2.3'
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.2
2+
current_version = 0.2.3
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)