Release version 0.7.0

- update changelog
- bump version
This commit is contained in:
Jan Dittberner 2023-05-07 21:45:23 +02:00
parent f524c08eff
commit 998c3d220f
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -2,8 +2,8 @@
This module contains :py:mod:`fileservertasks.tasks`.
"""
__version__ = "0.6.0"
__version__ = "0.7.0"
from fileservertasks.celery import app as celery_app
__all__ = ('celery_app',)
__all__ = ("celery_app",)