Skip to content

Commit 496ea2d

Browse files
authored
Merge pull request #1333 from PCMDI/lee1043-patch-1
Prepare v4.0.1 release
2 parents 826c123 + 1319251 commit 496ea2d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CITATION.cff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ authors:
1313
1414
affiliation: Lawrence Livermore National Laboratory
1515
orcid: 'https://orcid.org/0000-0002-0016-7199'
16+
- affiliation: Lawrence Livermore National Laboratory
17+
given-names: Kristin
18+
family-names: Chang
1619
- family-names: Gleckler
1720
given-names: Peter
1821
affiliation: Lawrence Livermore National Laboratory
1922
orcid: 'https://orcid.org/0000-0003-2816-6224'
20-
- affiliation: Lawrence Livermore National Laboratory
21-
given-names: Kristin
22-
family-names: Chang
2323
- given-names: Paul
2424
family-names: Ullrich
2525
affiliation: Lawrence Livermore National Laboratory and UC Davis
@@ -39,5 +39,5 @@ keywords:
3939
- climatology
4040
- climate variability
4141
license: BSD-3-Clause
42-
version: '4.0.0rc1'
43-
date-released: '2025-09-24'
42+
version: '4.0.1'
43+
date-released: '2025-10-13'

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Release Notes and History
126126

127127
| <div style="width:300%">[Versions]</div> | Update summary |
128128
| ------------- | ------------------------------------- |
129+
| [v4.0.1] | Technical update
129130
| [v4.0.0] | Newerly support higher Python versions, `>= 3.10, < 3.14`
130131

131132
<details>
@@ -188,6 +189,7 @@ Release Notes and History
188189
</details>
189190

190191
[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
192+
[v4.0.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.1
191193
[v4.0.0]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.0
192194
[v4.0.0rc1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.0rc1
193195
[v3.9.3]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.9.3

pcmdi_metrics/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)