From 874c9d5917f7eb9f3bf4130fc10b3bbb8fa5ef8e Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 28 Aug 2019 14:46:47 +0200 Subject: [PATCH] Bump version de v3.9.8.5 --- CHANGELOG.md | 4 ++++ install | 2 +- setup.py | 2 +- wo/core/variables.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6074c1..6aef7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/install b/install index d4da65f..84e7f4b 100755 --- a/install +++ b/install @@ -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 diff --git a/setup.py b/setup.py index 361c02d..ff19262 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.8.4', + version='3.9.8.5', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index 4fff892..c3357fb 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.8.4" + wo_version = "3.9.8.5" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.2"