Skip to content

Commit

Permalink
Merge pull request #3455 from architecture-building-systems/release-3…
Browse files Browse the repository at this point in the history
….35.1

Release 3.35.1
  • Loading branch information
reyery authored Jan 17, 2024
2 parents dfe58e6 + dca6e06 commit 269ec7f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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:
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.0"
__version__ = "3.35.1"


class ConfigError(Exception):
Expand Down

0 comments on commit 269ec7f

Please sign in to comment.