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