Compare commits
2 commits
22945f72bf
...
b69ecbfa2d
Author | SHA1 | Date | |
---|---|---|---|
b69ecbfa2d | |||
bf7b02d5b5 |
4 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,9 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.14.1 <2023-07-22>`
|
||||
* :bug:`-` fix squashed migration for disk space statistics
|
||||
|
||||
* :release:`0.14.0 <2023-07-22>`
|
||||
* :feature:`-` add disk space statistics
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# import celery_app to initialize it
|
||||
from gnuviechadmin.celery import app as celery_app # NOQA
|
||||
|
||||
__version__ = "0.14.0"
|
||||
__version__ = "0.14.1"
|
||||
|
|
|
@ -6,11 +6,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
replaces = [
|
||||
("hostingpackages", "0007_add_disk_usage_table"),
|
||||
("hostingpackages", "0008_add_default_for_used_kb_change_uniqueness"),
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
("hostingpackages", "0006_auto_20150125_1510"),
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "gva"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
description = "gnuviechadmin web interface"
|
||||
authors = ["Jan Dittberner <jan@dittberner.info>"]
|
||||
license = "AGPL-3+"
|
||||
|
|
Loading…
Reference in a new issue