Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Aug 25, 2024
1 parent 250adb6 commit dc7cf2d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- 2024-08-25 - 3.37.1 - #3645 Fix daysim binaries to allow whitespace in path
- 2024-08-06 - 3.37.1 - #3636 Introduce result-retention toggle
- 2024-08-06 - 3.37.1 - #3638 Fix radiation simplified
- 2024-08-06 - 3.37.1 - #3635 New connetivity vector operations for improved networks
- 2024-07-09 - 3.37.1 - #3621 Optimisation: Making base DES part of initial population
- 2024-06-25 - 3.37.1 - #3622 Release 3.37.1
- 2024-06-25 - 3.37.0 - #3620 Update documentation 3.37.x
- 2024-06-24 - 3.37.0 - #3618 Fix terrain bounds error after using terrain-helper
- 2024-06-14 - 3.37.0 - #3611 Release 3.37.0
Expand Down
19 changes: 19 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ and split into the categories of developers, product owner, project sponsor and


<!-- credits -->
- Version 3.38.0 - August 2024

Developers:
* Reynold Mok
* Martín Mosteiro Romero
* Mathias Niffeler
* Zhongming Shi

Product lead:
* Zhongming Shi

Product sponsor:
* [Arno Schlueter](https://systems.arch.ethz.ch/arno-schlueter)
* [Toni Piëch Foundation](https://www.tonipiechfoundation.org/)

Past Collaborators:
* https://cityenergyanalyst.com/people


- Version 3.37.1 - June 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.37.1"
__version__ = "3.38.0"


class ConfigError(Exception):
Expand Down

0 comments on commit dc7cf2d

Please sign in to comment.