Skip to content

Commit

Permalink
Merge pull request #1179 from PCMDI/lee1043-patch-2
Browse files Browse the repository at this point in the history
Prepare v3.7 release
  • Loading branch information
lee1043 authored Nov 13, 2024
2 parents 29b3c88 + 691c7ee commit d1373a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Release Notes and History

| <div style="width:300%">[Versions]</div> | Update summary |
| ------------- | ------------------------------------- |
| [v3.7] | New capability (**figure generation for mean climate**) and technical update
| [v3.6.1] | Technical update, additional QC repair functions
| [v3.6] | New capability (**regional application of precip variability**) and technical update
| [v3.5.2] | New capability (**QC**, **new modes for modes of variability metrics: PSA1, PSA2**) and technical update
Expand Down Expand Up @@ -164,6 +165,7 @@ Release Notes and History
</details>

[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
[v3.7]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.7
[v3.6.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.6.1
[v3.6]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.6
[v3.5.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.5.2
Expand Down
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.6.1"
release_version = "3.7"

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

0 comments on commit d1373a6

Please sign in to comment.