Release version 0.7.0
- update changelog - bump version
This commit is contained in:
parent
f524c08eff
commit
998c3d220f
2 changed files with 3 additions and 2 deletions
|
@ -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>`
|
||||
|
|
|
@ -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",)
|
||||
|
|
Loading…
Reference in a new issue