Skip to content

Commit 3dc4596

Browse files
committed
Update cea version
1 parent e414dcf commit 3dc4596

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- 2025-03-10 - 3.39.3 - #3790 Fix windows setup
2+
- 2025-03-06 - 3.39.3 - #3787 Update installation docs
3+
- 2025-02-24 - 3.39.3 - #3779 Add bug report issue template to improve issue tracking
4+
- 2025-02-03 - 3.39.3 - #3762 DE use_types schedule and properties fix
5+
- 2025-01-29 - 3.39.3 - #3765 Remove developer version in Windows setup
6+
- 2025-01-15 - 3.39.3 - #3758 Update README.md with DOI
17
- 2024-12-19 - 3.39.0 - #3743 Update scripts.yml
28
- 2024-12-17 - 3.38.0 - #3736 DE_Ns_CONSTRUCTION_STANDARD.xlsx_fix
39
- 2024-11-25 - 3.38.0 - #3712 Update documentation.md

CREDITS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ and split into the categories of developers, product owner, project sponsor and
1111

1212

1313
<!-- credits -->
14+
- Version 3.39.4 - March 2025
15+
16+
Developers:
17+
* Reynold Mok
18+
* Martín Mosteiro Romero
19+
* Mathias Niffeler
20+
* Zhongming Shi
21+
22+
Product lead:
23+
* Zhongming Shi
24+
25+
Product sponsor:
26+
* [Arno Schlueter](https://systems.arch.ethz.ch/arno-schlueter)
27+
* [Toni Piëch Foundation](https://www.tonipiechfoundation.org/)
28+
29+
Past Collaborators:
30+
* https://cityenergyanalyst.com/people
31+
32+
1433
- Version 3.39.2 - January 2025
1534

1635
Developers:

cea/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.39.3"
1+
__version__ = "3.39.4"
22

33

44
class ConfigError(Exception):

0 commit comments

Comments
 (0)