From 4cd9810fba3f07bee5bf8fabba991fc0202fa126 Mon Sep 17 00:00:00 2001 From: Reynold Mok <34395415+reyery@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:08:38 +0100 Subject: [PATCH] Update version --- CHANGELOG.md | 5 +++++ CREDITS.md | 40 ++++++++++++++++++++++++++++++++++++++++ cea/__init__.py | 2 +- 3 files changed, 46 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c2e9b106..505c0d65c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +- 2024-02-12 - 3.35.2 - #3486 Update nsis workflow for Windows installation +- 2024-02-12 - 3.35.2 - #3484 add create-new-scenario to scripts.yml +- 2024-02-08 - 3.35.2 - #3458 Update network-file naming convention +- 2024-02-01 - 3.35.2 - #3481 Use installation docs to use conda-lock +- 2024-02-01 - 3.35.2 - #3479 Release 3.35.2 - 2024-01-31 - 3.35.1 - #3478 Automate docker image build - 2024-01-26 - 3.35.1 - #3473 Shutdown flask server gracefully after keyboard interrupt - 2024-01-25 - 3.35.1 - #3471 Update data migrator diff --git a/CREDITS.md b/CREDITS.md index 2408144495..686a62dc24 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -11,6 +11,46 @@ and split into the categories of developers, product owner, project sponsor and +- Version 3.35.3 - February 2024 + + Developers: + * [Amr Elesawy](https://cityenergyanalyst.com/people) + * [Jimeno A. Fonseca](https://cityenergyanalyst.com/people) + * [Gabriel Happle](https://cityenergyanalyst.com/people) + * [Shanshan Hsieh](https://cityenergyanalyst.com/people) + * [Reynold Mok](https://cityenergyanalyst.com/people) + * [Martín Mosteiro Romero](https://cityenergyanalyst.com/people) + * [Mathias Niffeler](https://cityenergyanalyst.com/people) + * [Anastasiya Popova](https://cityenergyanalyst.com/people) + * [Zhongming Shi](https://cityenergyanalyst.com/people) + * [Luis Santos](https://cityenergyanalyst.com/people) + * [Bhargava Krishna Sreepathi](https://cityenergyanalyst.com/people) + * [Daren Thomas](https://cityenergyanalyst.com/people) + + Product lead: + * [Zhongming Shi](https://cityenergyanalyst.com/people) + + Product sponsor: + * [Arno Schlueter](https://systems.arch.ethz.ch/arno-schlueter) + * [Toni Piëch Foundation](https://www.tonipiechfoundation.org/) + + Collaborators: + * Jose Bello + * Kian Wee Chen + * Jack Hawthorne + * Fazel Khayatian + * Victor Marty + * Rowan Molony + * Paul Neitzel + * Thuy-An Nguyen + * Bo Lie Ong + * Emanuel Riegelbauer + * Lennart Rogenhofer + * Toivo Säwén + * Sebastian Troiztsch + * Tim Vollrath + + - Version 3.35.2 - January 2024 Developers: diff --git a/cea/__init__.py b/cea/__init__.py index dcccebe493..7e58eb6441 100644 --- a/cea/__init__.py +++ b/cea/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.35.2" +__version__ = "3.35.3" class ConfigError(Exception):