Release 0.15.1
This commit is contained in:
parent
3b6d50a62a
commit
3ce21b4f36
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.15.1 <2023-07-23>
|
||||
* :bug:`-` remove stale disk usage stats older than 30 minutes
|
||||
|
||||
* :release:`0.15.0 <2023-07-23>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# import celery_app to initialize it
|
||||
from gnuviechadmin.celery import app as celery_app # NOQA
|
||||
|
||||
__version__ = "0.15.0"
|
||||
__version__ = "0.15.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "gva"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
description = "gnuviechadmin web interface"
|
||||
authors = ["Jan Dittberner <jan@dittberner.info>"]
|
||||
license = "AGPL-3+"
|
||||
|
|
Loading…
Reference in a new issue