Release 0.3.0
- update changelog - bump version
This commit is contained in:
parent
e34a2768d5
commit
bfb1fcef19
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.3.0 <2023-05-08>`
|
||||
* :support:`-` switch from Pipenv to Poetry
|
||||
|
||||
* :release:`0.2.0 <2020-04-10>`
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
This module contains :py:mod:`mysqltasks.tasks`.
|
||||
"""
|
||||
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.3.0"
|
||||
|
||||
from mysqltasks.celery import app as celery_app
|
||||
|
||||
__all__ = ('celery_app',)
|
||||
__all__ = ("celery_app",)
|
||||
|
|
Loading…
Reference in a new issue