diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbddff..07c1fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### v3.9.x - [Unreleased] -### v3.9.7.3 - 2019-08-16 +### v3.9.8 - 2019-08-16 #### Added diff --git a/README.md b/README.md index 89eedde..0e0db4e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ codacy Badge Twitter Badge Slack -

diff --git a/setup.py b/setup.py index cdf6c7e..70971b3 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ if not os.path.isfile('/root/.gitconfig'): shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig') setup(name='wo', - version='3.9.7.3', + version='3.9.8', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index ed9ce1b..da20d58 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -10,7 +10,7 @@ class WOVariables(): """Intialization of core variables""" # WordOps version - wo_version = "3.9.7.3" + wo_version = "3.9.8" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.2"