Skip to content

Commit 267029e

Browse files
authored
Updated to v2.5.0rc2 (#1487)
1 parent 8f95341 commit 267029e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ authors:
169169

170170

171171
cff-version: 1.2.0
172-
date-released: 2022-02-08
172+
date-released: 2022-02-09
173173
doi: "10.5281/zenodo.3387139"
174174
license: "Apache-2.0"
175175
message: "If you use this software, please cite it using these metadata."
176176
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
177177
title: ESMValCore
178-
version: "v2.5.0rc1"
178+
version: "v2.5.0rc2"
179179
...

doc/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Bug fixes
3535
- Fixed usage of `statistics=std_dev` option in multi-model statistics preprocessors (`#1478 <https://github.com/ESMValGroup/ESMValCore/pull/1478>`__) `Manuel Schlund <https://github.com/schlunma>`__
3636
- Removed scalar coordinates `p0` and `ptop` prior to merge in `multi_model_statistics` (`#1471 <https://github.com/ESMValGroup/ESMValCore/pull/1471>`__) `Axel Lauer <https://github.com/axel-lauer>`__
3737
- Added `dataset` and `alias` attributes to `multi_model_statistics` output (`#1483 <https://github.com/ESMValGroup/ESMValCore/pull/1483>`__) `Manuel Schlund <https://github.com/schlunma>`__
38+
- Fixed issues with multi-model-statistics timeranges (`#1486 <https://github.com/ESMValGroup/ESMValCore/pull/1486>`__) `Manuel Schlund <https://github.com/schlunma>`__
3839

3940
Deprecations
4041
~~~~~~~~~~~~
@@ -56,6 +57,7 @@ Documentation
5657
- Updated documentation on how to deprecate features (`#1426 <https://github.com/ESMValGroup/ESMValCore/pull/1426>`__) `Manuel Schlund <https://github.com/schlunma>`__
5758
- Added reference hook to conda lock in documentation install section (`#1473 <https://github.com/ESMValGroup/ESMValCore/pull/1473>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__
5859
- Increased ESMValCore version to 2.5.0rc1 (`#1477 <https://github.com/ESMValGroup/ESMValCore/pull/1477>`__) `Manuel Schlund <https://github.com/schlunma>`__
60+
- Added changelog for v2.5.0 release (`#1476 <https://github.com/ESMValGroup/ESMValCore/pull/1476>`__) `Manuel Schlund <https://github.com/schlunma>`__
5961

6062
Fixes for datasets
6163
~~~~~~~~~~~~~~~~~~

esmvalcore/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""ESMValCore version."""
2-
__version__ = '2.5.0rc1'
2+
__version__ = '2.5.0rc2'

package/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# conda build package -c conda-forge
66

77
# Package version number
8-
{% set version = "2.5.0rc1" %}
8+
{% set version = "2.5.0rc2" %}
99

1010
package:
1111
name: esmvalcore

0 commit comments

Comments
 (0)