Bump release to v3.20.0

This commit is contained in:
VirtuBox
2024-04-21 21:39:24 +02:00
parent d7fc975e0c
commit 63c24b7945
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ if os.geteuid() == 0:
os.makedirs('/var/lib/wo/tmp/')
setup(name='wordops',
version='3.19.1',
version='3.20.0',
description='An essential toolset that eases server administration',
long_description=LONG,
long_description_content_type='text/markdown',

View File

@@ -15,7 +15,7 @@ class WOVar():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.19.1"
wo_version = "3.20.0"
# WordOps packages versions
wo_wp_cli = "2.10.0"
wo_adminer = "4.8.1"