From 22409c8787613dd0b572c0d014349546b6611f12 Mon Sep 17 00:00:00 2001 From: sam gamble Date: Thu, 16 Apr 2020 15:58:33 +0100 Subject: [PATCH] Update Changelog and set verison 1.7.0 --- CHANGELOG.rst | 11 ++++++++++- VERSION | 2 +- requirements-worker.txt | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee14943d9..4d0c73bca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,11 +2,19 @@ OasisPlatform Changelog ================== .. start_latest_release +`1.7.0`_ +-------- +* #342 - automate milestone creation +* #346 - Fix schema for server_info endpoint +* #339 - Add collapseable option to parameter grouping +* #345 - sets of configuration parameters + +.. end_latest_release + `1.6.1`_ -------- * #343 - Avoid task failure for missing non-essential files on inputs generation -.. end_latest_release `1.6.0`_ -------- * #321 - Updated Django to 3.0.3 @@ -206,6 +214,7 @@ OasisPlatform Changelog -------- * oasislmf package `1.1.25 `_ +.. _`1.7.0`: https://github.com/OasisLMF/OasisPlatform/compare/1.6.1...1.7.0 .. _`1.6.1`: https://github.com/OasisLMF/OasisPlatform/compare/1.6.0...1.6.1 .. _`1.6.0`: https://github.com/OasisLMF/OasisPlatform/compare/1.5.1...1.6.0 .. _`1.5.1`: https://github.com/OasisLMF/OasisPlatform/compare/1.5.0...1.5.1 diff --git a/VERSION b/VERSION index 9c6d6293b..bd8bf882d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.1 +1.7.0 diff --git a/requirements-worker.txt b/requirements-worker.txt index 291a3fe2c..1844b669f 100644 --- a/requirements-worker.txt +++ b/requirements-worker.txt @@ -35,7 +35,7 @@ markupsafe==1.1.1 # via jinja2 monotonic==1.5 # via fasteners more-itertools==8.2.0 # via pytest numpy==1.18.1 # via pandas -oasislmf==1.6.0 +oasislmf==1.7.0 packaging==20.1 # via pytest pandas==1.0.1 # via oasislmf pathlib2==2.3.5