- commit
- f1800ee79e7d57e8504ec211a0877c6c858b3c41
- parent
- 133e13f27df5f398cb71f4ec8c872043ef2d28fd
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-03-19 19:15
bump version to 0.10.0
Diffstat
| M | CHANGES.md | 6 | ++++++ |
| M | setup.py | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,9 @@ -1 1 0.10.0 (2023-03-19) -1 2 ------------------- -1 3 -1 4 - Add french translation (thanks to hleroy) -1 5 -1 6 1 7 0.9.0 (2023-02-27) 2 8 ------------------ 3 9
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.9.0',-1 12 version='0.10.0', 13 13 license='MIT', 14 14 packages=find_packages(exclude=['tests']), 15 15 include_package_data=True,