From bb5d9d4962a8d83b3776d20c9cff2e481f1ac8a9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 25 Oct 2022 10:21:50 +0200 Subject: [PATCH] Prepare for Hotfix v3.15.4 --- install | 4 ++-- setup.py | 2 +- wo/core/variables.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index c19a950..e604efe 100755 --- a/install +++ b/install @@ -4,12 +4,12 @@ # ------------------------------------------------------------------------- # Website: https://wordops.net # GitHub: https://github.com/WordOps/WordOps -# Copyright (c) 2019-2022 - WordOps +# Copyright (c) 2019-2023 - WordOps # This script is licensed under M.I.T # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.15.3 - 2022-10-24 +# Version 3.15.4 - 2022-10-25 # ------------------------------------------------------------------------- # CONTENTS diff --git a/setup.py b/setup.py index c6195f9..6a84e55 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.15.3', + version='3.15.4', 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 596a173..ef08f40 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.15.3" + wo_version = "3.15.4" # WordOps packages versions wo_wp_cli = "2.7.1" wo_adminer = "4.8.1"