From f85342f72c58e7d2ed53588bb7947304333f023f Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 28 Apr 2022 12:17:28 +0200 Subject: [PATCH] Bump version --- install | 2 +- setup.py | 2 +- wo/core/variables.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install b/install index 69769b9..c80b99f 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.14.1 - 2022-02-16 +# Version 3.14.2 - 2022-04-28 # ------------------------------------------------------------------------- # CONTENTS diff --git a/setup.py b/setup.py index e56455e..5b8c0ad 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.1', + version='3.14.2', 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 44d3902..8066caa 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.1" + wo_version = "3.14.2" # WordOps packages versions wo_wp_cli = "2.6.0" wo_adminer = "4.8.1"