diff --git a/CHANGELOG.md b/CHANGELOG.md index acd15eb24f..c7265df655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +- 2024-01-17 - 3.35.0 - #3453 Fix dashboard server not shutting down +- 2024-01-17 - 3.35.0 - #3452 Prevent labels from being encoded as NaN in JSON +- 2024-01-17 - 3.35.0 - #3447 Release 3.35.0 - 2024-01-16 - 3.34.2 - #3446 Add update instructions for macos - 2024-01-16 - 3.34.2 - #3408 Enable Mac ARM support - 2024-01-15 - 3.34.2 - #3444 batch processing and linkage to rhino/grasshopper diff --git a/CREDITS.md b/CREDITS.md index 930aacf822..7c52949f1f 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.1 - January 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.0 - January 2024 Developers: diff --git a/cea/__init__.py b/cea/__init__.py index 6a9f7bff09..c57e0b452e 100644 --- a/cea/__init__.py +++ b/cea/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.35.0" +__version__ = "3.35.1" class ConfigError(Exception):