Bump version to v3.18.1

This commit is contained in:
VirtuBox
2023-09-26 01:26:14 +02:00
parent 25f4d1b9b1
commit 403f9a0482
4 changed files with 14 additions and 7 deletions

View File

@@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.19.0 - [Unreleased]
### v3.18.1 - 2023-09-26
#### Fixed
- `wo site update` not changing site's php version
- Netdata install with a remote MySQL server
- Remove outdated Anemometer package
- Update bash_completion
### v3.18.0 - 2023-08-28
#### Added
@@ -82,7 +91,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- psutil dependency upgrade
- Fix wrong else statements in stack_services.py ([PR #475](https://github.com/WordOps/WordOps/pull/475)) @stodorovic
### v3.15.4 - 2022-10-25
#### Fixed
@@ -449,7 +457,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `wo stack install --cheat` wasn't working properly previously
- `wo info` failure depending on php-fpm pool name. ConfigParser will now detect the section name.
### v3.9.9.4 - 2019-10-18
#### Changed
@@ -967,7 +974,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- WordOps configuration backup before upgrade
- Previous acme.sh certs migration
- "wo maintenance" command to perform server package update & cleanup
- Support for Netdata on backend : https://server.hostname:22222/netdata/
- Support for Netdata on backend : <https://server.hostname:22222/netdata/>
- New Stacks : composer and netdata
- additional argument for letsencrypt : --hsts
- Clean Theme for adminer

View File

@@ -9,7 +9,7 @@
# -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo
# -------------------------------------------------------------------------
# Version 3.18.0 - 2023-08-28
# Version 3.18.1 - 2023-09-26
# -------------------------------------------------------------------------
# CONTENTS

View File

@@ -27,7 +27,7 @@ if os.geteuid() == 0:
os.makedirs('/var/lib/wo/tmp/')
setup(name='wordops',
version='3.18.0',
version='3.18.1',
description='An essential toolset that eases server administration',
long_description=LONG,
long_description_content_type='text/markdown',

View File

@@ -15,7 +15,7 @@ class WOVar():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.18.0"
wo_version = "3.18.1"
# WordOps packages versions
wo_wp_cli = "2.8.1"
wo_adminer = "4.8.1"