From edbfd53919bcb7af010e476b58d028223b877eb4 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 20 Jan 2023 23:23:25 +0100 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 11 +++++++++++ install | 2 +- setup.py | 2 +- wo/core/variables.py | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92bfb28..d99e293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.17.0 - [Unreleased] +### v3.16.2 - 2023-01-21 + +#### Changed + +- Allow all Communications Between Jetpack and WordPress.com ([PR #494](https://github.com/WordOps/WordOps/pull/494)) @ihfbib + +#### Fixed + +- GPG keys for Nginx repository on Debian +- Extplorer update for PHP 8.x + ### v3.16.1 - 2022-12-26 #### Fixed diff --git a/install b/install index 9d359c9..21c2bba 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.16.1 - 2022-12-26 +# Version 3.16.2 - 2023-01-21 # ------------------------------------------------------------------------- # CONTENTS diff --git a/setup.py b/setup.py index 35fdfa5..7292f1b 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.16.1', + version='3.16.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 30e522f..d2953cf 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.16.1" + wo_version = "3.16.2" # WordOps packages versions wo_wp_cli = "2.7.1" wo_adminer = "4.8.1"