Release version 0.8.0

- update changelog
- bump version
This commit is contained in:
Jan Dittberner 2023-05-07 21:11:03 +02:00
parent 4e1bc91353
commit 9ac728d557
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
Changelog Changelog
========= =========
* :release:`0.8.0 <2023-05-07>`
* :support:`-` switch from Pipenv to Poetry * :support:`-` switch from Pipenv to Poetry
* :release:`0.7.0 <2020-04-06>` * :release:`0.7.0 <2020-04-06>`

View file

@ -1,7 +1,7 @@
""" """
This is the gvaldap project module. This is the gvaldap project module.
""" """
__version__ = "0.7.0" __version__ = "0.8.0"
from ldaptasks.celery import app as celery_app from ldaptasks.celery import app as celery_app