diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d95b2da52..e6b01df17 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -11,7 +11,7 @@ Table of releases -- [[0.2.15] - 2017-11-30](#0215---2017-11-30) +- [[0.3.0] - 2017-11-30](#030---2017-11-30) - [[0.2.14] - 2017-11-17](#0214---2017-11-17) - [[0.2.13] - 2017-11-14/15](#0213---2017-11-1415) - [[0.2.12] - 2017-11-09](#0212---2017-11-09) @@ -32,7 +32,7 @@ Table of releases -## [0.2.15] - 2017-11-30 +## [0.3.0] - 2017-11-30 **[PR #99](https://github.com/epfl-idevelop/jahia2wp/pull/99)** **[PR #69](https://github.com/epfl-idevelop/jahia2wp/pull/69)** **[PR #100](https://github.com/epfl-idevelop/jahia2wp/pull/100)** diff --git a/src/settings.py b/src/settings.py index e32be29b9..be0cc1b07 100644 --- a/src/settings.py +++ b/src/settings.py @@ -3,7 +3,7 @@ from utils import Utils -VERSION = "0.2.15" +VERSION = "0.3.0" SRC_DIR_PATH = os.path.dirname(os.path.realpath(__file__)) OPENSHIFT_ENV = Utils.get_mandatory_env("WP_ENV")