From c50b6a78031ba8ec29f40c4ddd06c297e39e058b Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 16 Feb 2022 14:45:51 +0100 Subject: [PATCH] Prepare for release v3.14.1 --- install | 2 +- setup.py | 2 +- wo/core/variables.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index c21505a..911f8f5 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.14.0 - 2022-01-26 +# Version 3.14.1 - 2022-02-16 # ------------------------------------------------------------------------- # CONTENTS diff --git a/setup.py b/setup.py index 1be8c0b..e56455e 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.14.0', + version='3.14.1', 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 d882367..44d3902 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -14,7 +14,7 @@ class WOVar(): """Intialization of core variables""" # WordOps version - wo_version = "3.14.0" + wo_version = "3.14.1" # WordOps packages versions wo_wp_cli = "2.6.0" wo_adminer = "4.8.1"