Skip to content

Commit 1f574ab

Browse files
committed
fix(release): version bumps for hotfix release
Applied version bumps
1 parent f183750 commit 1f574ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.27.0'
63+
version = '0.27.1'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.27.0'
65+
release = '0.27.1'
6666

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='python-keycloak',
10-
version='0.27.0',
10+
version='0.27.1',
1111
url='https://github.com/marcospereirampj/python-keycloak',
1212
license='The MIT License',
1313
author='Marcos Pereira',

0 commit comments

Comments
 (0)