From 86a279aedb24664e47b349365c539f54fe19ce35 Mon Sep 17 00:00:00 2001 From: seolih Date: Wed, 15 Dec 2021 17:59:43 +0100 Subject: [PATCH] new version release --- AUTHORS.md | 6 ++++++ CHANGES.md | 13 +++++++++++++ setup.py | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 00000000..a7b4fccf --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,6 @@ +# Authors + +* Ehbrecht. Carsten (DKRZ) +* Flügel, Anna-Lena (DKRZ) +* Martens, Claudia (DKRZ) +* Widmann, Heinrich (DKRZ) \ No newline at end of file diff --git a/CHANGES.md b/CHANGES.md index 8d4219ef..3bd17320 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,18 @@ ## CHANGES +### 3.1.0 (2021-12-15) + +* new and updated Communities, integrated via different channels +* new reader DDI2.5 and CESSDA as use-case +* Blue-Cloud integration via API including instruments +* new reader Eudatcore with testing for several Communities +* new harvester ARCGIS for Askeladden +* updated cronjobs +* updated b2f features (for e.g. b2f list) +* updates on 'Discipline' +* mapping 'Disciplines' for INRAE (using jupyter notebooks) + + ### 3.0.0 (2020-10-16) * cleaned-up version after integration of "next generation" code diff --git a/setup.py b/setup.py index dee08f24..e0c08b1e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ __author__ = "Heinrich Widmann" __contact__ = "widmann@dkrz.de" __copyright__ = "Copyright (c) 2013 Heinrich Widmann (DKRZ)" -__version__ = "3.0.0" +__version__ = "3.1.0" __license__ = "BSD"