From 912df44cee3936c3c464d2e2af43bf7ea135ef23 Mon Sep 17 00:00:00 2001 From: Carsten Ehbrecht Date: Tue, 22 Sep 2020 17:57:36 +0200 Subject: [PATCH] release 0.4.0 --- CHANGES.rst | 13 +++++++++++++ VERSION.txt | 2 +- docs/source/conf.py | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6448edf..e738fd0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,19 @@ Changes ******* +0.4.0 (2020-09-22) +================== + +Changes: + +* added cleantempdir option (#107). +* skip epel setup when not used (#106). +* added demo mode for test data (#105). +* fixed local deployment (#103). +* added clean task (#102). +* added support for slurm cluster deployment (#99, #100, #101). +* use pip install for extra packages (#97, #98). + 0.3.0 (2020-01-20) ================== diff --git a/VERSION.txt b/VERSION.txt index 0d91a54..1d0ba9e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index 4571083..533feb2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,13 +20,13 @@ # -- Project information ----------------------------------------------------- project = 'Ansible PyWPS Playbook' -copyright = '2019, Birdhouse' +copyright = '2020, Birdhouse' author = 'Birdhouse' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.3.0' +release = '0.4.0' # -- General configuration ---------------------------------------------------