Skip to content

Commit

Permalink
Bump to 1.11.1 (#238)
Browse files Browse the repository at this point in the history
* Bump to 1.11.1
* Add pull request template
  • Loading branch information
tomvothecoder authored Jan 19, 2024
1 parent 9427780 commit c222f9f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Description

<!--
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.
-->

- Closes #<ISSUE_NUMBER_HERE>

## Checklist

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules

If applicable:

- [ ] New and existing unit tests pass with my changes (locally and CI/CD build)
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have noted that this is a breaking change for a major release (fix or feature that would cause existing functionality to not work as expected)
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.1rc1" # pragma: no cover
__version__ = "1.11.1" # pragma: no cover

import os

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.1rc1"
current = "1.11.1"

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

0 comments on commit c222f9f

Please sign in to comment.