Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v1.11.2rc2 #247

Merged
merged 2 commits into from
Feb 28, 2024
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
2 changes: 1 addition & 1 deletion e3sm_to_cmip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for e3sm_to_cmip."""

__version__ = "1.11.2rc1" # pragma: no cover
__version__ = "1.11.2rc2" # pragma: no cover

import os

Expand Down
1 change: 0 additions & 1 deletion e3sm_to_cmip/cmor_handlers/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def _get_mfdataset(
combine="nested",
data_vars="minimal",
coords="minimal",
parallel=True,
)

# If the output CMIP variable has an alternative time dimension name (e.g.,
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/e3sm_to_cmip"

[version]
current = "1.11.2rc1"
current = "1.11.2rc2"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
Loading