- commit
- 82c82609ba6425c937eb06ec10e55eb5fdba6e1e
- parent
- d94d43463c47db18c840c9356529f5b5ccfcd7f4
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-03-02 06:27
bump version to 0.9.0
Diffstat
| M | CHANGES.md | 8 | ++++++++ |
| M | setup.py | 2 | +- |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,11 @@ -1 1 0.9.0 (2023-02-27) -1 2 ------------------ -1 3 -1 4 - Autofocus in auth form -1 5 - Work around rendering bug in qrcode (see -1 6 https://github.com/lincolnloop/python-qrcode/issues/317) -1 7 -1 8 1 9 0.8.0 (2022-12-08) 2 10 ------------------ 3 11
diff --git a/setup.py b/setup.py
@@ -9,7 +9,7 @@ setup( 9 9 url='https://github.com/xi/django-mfa3', 10 10 author='Tobias Bengfort', 11 11 author_email='tobias.bengfort@posteo.de',12 -1 version='0.8.0',-1 12 version='0.9.0', 13 13 license='MIT', 14 14 packages=find_packages(exclude=['tests']), 15 15 include_package_data=True,