Bump version de v3.9.8.5

This commit is contained in:
VirtuBox
2019-08-28 14:46:47 +02:00
parent 13a5cea8e2
commit 874c9d5917
4 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### v3.9.x - [Unreleased]
#### Fixed
- Fix Netdata install on Raspbian 9/10
### v3.9.8.4 - 2019-08-28
#### Added

View File

@@ -9,7 +9,7 @@
# -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo bash wo
# -------------------------------------------------------------------------
# Version 3.9.8.4 - 2019-08-28
# Version 3.9.8.5 - 2019-08-28
# -------------------------------------------------------------------------
# CONTENTS

View File

@@ -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.8.4',
version='3.9.8.5',
description=long_description,
long_description=long_description,
classifiers=[],

View File

@@ -10,7 +10,7 @@ class WOVariables():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.9.8.4"
wo_version = "3.9.8.5"
# WordOps packages versions
wo_wp_cli = "2.2.0"
wo_adminer = "4.7.2"