Release 0.4.0

- update changelog
- bump version
This commit is contained in:
Jan Dittberner 2023-05-08 16:57:57 +02:00
parent eca7390a07
commit 96b2103076
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Changelog
=========
* :release:`0.4.0 <2023-05-08>`
* :support:`-` switch from Pipenv to Poetry
* :release:`0.3.0 <2020-04-05>`

View File

@ -3,7 +3,7 @@ This module contains :py:mod:`pgsqltasks.tasks`.
"""
__version__ = "0.3.0"
__version__ = "0.4.0"
from pgsqltasks.celery import app as celery_app