Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.35.3 #3487

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
40 changes: 40 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,46 @@ and split into the categories of developers, product owner, project sponsor and


<!-- credits -->
- 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:
Expand Down
2 changes: 1 addition & 1 deletion cea/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.35.2"
__version__ = "3.35.3"


class ConfigError(Exception):
Expand Down