Release version 0.8.0
- update changelog - bump version
This commit is contained in:
parent
4e1bc91353
commit
9ac728d557
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.8.0 <2023-05-07>`
|
||||
* :support:`-` switch from Pipenv to Poetry
|
||||
|
||||
* :release:`0.7.0 <2020-04-06>`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
This is the gvaldap project module.
|
||||
"""
|
||||
__version__ = "0.7.0"
|
||||
__version__ = "0.8.0"
|
||||
|
||||
from ldaptasks.celery import app as celery_app
|
||||
|
||||
|
|
Loading…
Reference in a new issue