From 29f8edea9afc91fbeaeb9761f5d410be82f1a1e6 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 4 May 2024 00:49:48 +0200 Subject: [PATCH] Bump release version --- setup.py | 2 +- wo/core/variables.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dbf01ee..364991a 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.20.0', + version='3.21.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 173f153..fe42423 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.20.0" + wo_version = "3.21.0" # WordOps packages versions wo_wp_cli = "2.10.0" wo_adminer = "4.8.1"