From 63c24b7945a15893e684c452ab854368ed174fbf Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 21 Apr 2024 21:39:24 +0200 Subject: [PATCH] Bump release to v3.20.0 --- setup.py | 2 +- wo/core/variables.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2ba843d..93d99a5 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/wo/core/variables.py b/wo/core/variables.py index ca24c54..9d5f9ef 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -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"