We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f183750 commit 1f574abCopy full SHA for 1f574ab
docs/source/conf.py
@@ -60,9 +60,9 @@
60
# built documents.
61
#
62
# The short X.Y version.
63
-version = '0.27.0'
+version = '0.27.1'
64
# The full version, including alpha/beta/rc tags.
65
-release = '0.27.0'
+release = '0.27.1'
66
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
# for a list of supported languages.
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='python-keycloak',
10
- version='0.27.0',
+ version='0.27.1',
11
url='https://github.com/marcospereirampj/python-keycloak',
12
license='The MIT License',
13
author='Marcos Pereira',
0 commit comments