We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d46cf4 + 00ff9d9 commit 99c225dCopy full SHA for 99c225d
mozilla_django_oidc/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.1.8'
+__version__ = '0.1.9'
setup.cfg
@@ -1,15 +1,14 @@
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.9
3
commit = True
4
tag = True
5
6
-[bumpversion:file:setup.py]
7
-
8
[bumpversion:file:mozilla_django_oidc/__init__.py]
9
10
[wheel]
11
universal = 1
12
13
[flake8]
14
-max-line-length=99
15
-exclude=docs,build
+max-line-length = 99
+exclude = docs,build
+
0 commit comments