Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ authors:
email: [email protected]
affiliation: Lawrence Livermore National Laboratory
orcid: 'https://orcid.org/0000-0002-0016-7199'
- affiliation: Lawrence Livermore National Laboratory
given-names: Kristin
family-names: Chang
- family-names: Gleckler
given-names: Peter
affiliation: Lawrence Livermore National Laboratory
orcid: 'https://orcid.org/0000-0003-2816-6224'
- affiliation: Lawrence Livermore National Laboratory
given-names: Kristin
family-names: Chang
- given-names: Paul
family-names: Ullrich
affiliation: Lawrence Livermore National Laboratory and UC Davis
Expand All @@ -39,5 +39,5 @@ keywords:
- climatology
- climate variability
license: BSD-3-Clause
version: '4.0.0rc1'
date-released: '2025-09-24'
version: '4.0.1'
date-released: '2025-10-13'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Release Notes and History

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

<details>
Expand Down Expand Up @@ -188,6 +189,7 @@ Release Notes and History
</details>

[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
[v4.0.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.1
[v4.0.0]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.0
[v4.0.0rc1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.0rc1
[v3.9.3]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.9.3
Expand Down
2 changes: 1 addition & 1 deletion pcmdi_metrics/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.0.1"
Loading