Skip to content

Commit

Permalink
Merge pull request #1002 from PCMDI/v3.1.2_prepare
Browse files Browse the repository at this point in the history
new version update
  • Loading branch information
lee1043 committed Nov 30, 2023
2 parents 5aa8015 + e03a005 commit b8f818d
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.1.2] | Technical update
| [v3.1.1] | Technical and documentation update
| [v3.1] | New metric added: **Precipitation Benchmarking -- distribution bimodality**
| [v3.0.2] | Minor patch and more documentation added
Expand All @@ -123,6 +124,7 @@ Release Notes and History


[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
[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
[v3.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.1
[v3.0.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- eofs=1.4.0
- seaborn=0.12.2
- enso_metrics=1.1.1
- xcdat=0.5.0
- xcdat>=0.6.1
- xmltodict=0.13.0
- setuptools=67.7.2
- netcdf4=1.6.3
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.1"
release_version = "3.1.2"

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

0 comments on commit b8f818d

Please sign in to comment.