Skip to content

Commit 6e2ebae

Browse files
author
Peter Slump
committed
Bump version: 0.2.2-dev → 0.2.2
1 parent eacde66 commit 6e2ebae

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Release Notes
8484
=============
8585

8686
**unreleased**
87+
**v0.2.2**
8788

8889
* Added support for UMA1 for Keycloak < 4.0
8990
* Allow to query registered users (thanks to [aberres](/aberres))

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.2.2-dev'
58+
version = '0.2.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.2.2-dev'
60+
release = '0.2.2'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

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-dev
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

setup.py

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

44
from setuptools import find_packages, setup
55

6-
VERSION = '0.2.2-dev'
6+
VERSION = '0.2.2'
77
AIO_COMPATIBLE = sys.version_info >= (3, 5, 3)
88

99
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:

0 commit comments

Comments
 (0)