Skip to content

Commit

Permalink
Merge pull request #1026 from PCMDI/lee1043-patch-1
Browse files Browse the repository at this point in the history
Prepare v3.3 release
  • Loading branch information
lee1043 committed Jan 26, 2024
2 parents 43dab6b + 6cfec4c commit b6aa489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Release Notes and History

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


[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
[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
[v3.1.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.1.1
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.0.2"
__version__ = "v3.3"
__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.2"
release_version = "3.3"

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

0 comments on commit b6aa489

Please sign in to comment.