Bump version to 0.13.0

This commit is contained in:
Jan Dittberner 2023-04-15 12:07:12 +02:00
parent 345b32f286
commit e44bdd7be2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# import celery_app to initialize it
from gnuviechadmin.celery import app as celery_app # NOQA
__version__ = '0.12.1'
__version__ = "0.13.0"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "gva"
version = "0.12.1"
version = "0.13.0"
description = "gnuviechadmin web interface"
authors = ["Jan Dittberner <jan@dittberner.info>"]
license = "AGPL-3+"