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.
1 parent 9e1b1af commit 00ff9d9Copy full SHA for 00ff9d9
mozilla_django_oidc/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.1.8'
+__version__ = '0.1.9'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.1.8
+current_version = 0.1.9
3
commit = True
4
tag = True
5
@@ -9,5 +9,6 @@ tag = True
9
universal = 1
10
11
[flake8]
12
-max-line-length=99
13
-exclude=docs,build
+max-line-length = 99
+exclude = docs,build
14
+
0 commit comments