File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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))
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.2-dev
2+ current_version = 0.2.2
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Original file line number Diff line number Diff line change 33
44from setuptools import find_packages , setup
55
6- VERSION = '0.2.2-dev '
6+ VERSION = '0.2.2'
77AIO_COMPATIBLE = sys .version_info >= (3 , 5 , 3 )
88
99with open (os .path .join (os .path .dirname (__file__ ), 'README.rst' )) as readme :
You can’t perform that action at this time.
0 commit comments