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

Prepare for version update and release #1046

Merged
merged 3 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
pre-commit clean up
  • Loading branch information
lee1043 committed Feb 2, 2024
commit 5656a2cd002bdb1aedb19651cb77e228a77d7aa5
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Release Notes and History

| <div style="width:300%">[Versions]</div> | Update summary |
| ------------- | ------------------------------------- |
| [v3.3.1] | Technical update
| [v3.3] | New metric added: **Sea-Ice**
| [v3.2] | New metric added: **Extremes**
| [v3.1.2] | Technical update
Expand Down Expand Up @@ -132,6 +133,7 @@ Release Notes and History


[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
[v3.3.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3.1
[v3.3]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3
[v3.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.2
[v3.1.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.1.2
Expand Down
2 changes: 1 addition & 1 deletion pcmdi_metrics/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "v3.3"
__version__ = "v3.3.1"
__git_tag_describe__ = "v3.0.2-11-g06b151f"
__git_sha1__ = "06b151f46b182259277ddc6b9e25ea9ff08b1f50"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
install_dev = False

release_version = "3.3"
release_version = "3.3.1"

p = subprocess.Popen(
("git", "describe", "--tags"),
Expand Down