Merge pull request #117 from WordOps/updating-configuration

[skip travis] bumping release to v3.9.8
This commit is contained in:
VirtuBox
2019-08-16 00:46:43 +02:00
committed by GitHub
4 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -18,7 +18,6 @@
<a href="https://www.codacy.com/app/VirtuBox/WordOps?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=WordOps/WordOps&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/fe9100fd2c634de7882ecec17f00a11a" alt="codacy"/></a>
<a href="https://twitter.com/WordOps_" target="_blank"><img src="https://img.shields.io/badge/twitter-%40WordOps__-blue.svg?style=flat&logo=twitter" alt="Badge Twitter" /></a>
<a href="https://community.wordops.net/slack" target="_blank"><img src="https://img.shields.io/badge/slack-WordOps-4A154B.svg?style=flat&logo=slack" alt="Badge Slack" /></a>
</p>
<p align="center">

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.7.3',
version='3.9.8',
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.7.3"
wo_version = "3.9.8"
# WordOps packages versions
wo_wp_cli = "2.2.0"
wo_adminer = "4.7.2"