We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c55fbe commit 176482eCopy full SHA for 176482e
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.12.0
+current_version = 3.12.1
3
commit = True
4
tag = True
5
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name='Flask-pyoidc',
8
- version='3.12.0',
+ version='3.12.1',
9
packages=['flask_pyoidc'],
10
package_dir={'': 'src'},
11
url='https://github.com/zamzterz/flask-pyoidc',
0 commit comments