Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit ce96741

Browse files
committed
Release version 0.13.0
1 parent a4443b1 commit ce96741

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_tests(self):
6666
'quality': ['pylama', 'isort', 'eradicate', 'mypy', 'black', 'bandit'],
6767
},
6868
install_requires=[
69-
"oidcmsg>=0.6.8",
69+
"oidcmsg>=0.6.9",
7070
"jinja2",
7171
"pyyaml",
7272
"requests",

src/oidcendpoint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
except ImportError:
77
import random as rnd
88

9-
__version__ = "0.12.3"
9+
__version__ = "0.13.0"
1010

1111

1212
DEF_SIGN_ALG = {

src/oidcendpoint/endpoint_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def __init__(
132132
# arguments for endpoints add-ons
133133
self.args = {}
134134
self.par_db = {}
135+
self.dev_auth_db = {}
135136

136137
self.th_args = get_token_handlers(conf)
137138

0 commit comments

Comments
 (0)