diff --git a/CITATION.cff b/CITATION.cff index c9cd6c58c0a..94300414610 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -76,9 +76,9 @@ authors: family-names: Wessel affiliation: University of Hawaiʻi at Mānoa, USA orcid: https://orcid.org/0000-0001-5708-7336 -date-released: 2025-02-01 -doi: 10.5281/zenodo.14742338 +date-released: 2025-02-15 +doi: 10.5281/zenodo.14868324 license: BSD-3-Clause repository-code: https://github.com/GenericMappingTools/pygmt type: software -version: 0.14.1 +version: 0.14.2 diff --git a/README.md b/README.md index 13f1f023e02..79e5a0fdb23 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Feel free to cite our work in your research using the following BibTeX: ``` @software{ - pygmt_2025_14742338, + pygmt_2025_14868324, author = {Tian, Dongdong and Uieda, Leonardo and Leong, Wei Ji and @@ -160,9 +160,9 @@ Feel free to cite our work in your research using the following BibTeX: month = feb, year = 2025, publisher = {Zenodo}, - version = {0.14.1}, - doi = {10.5281/zenodo.14742338}, - url = {https://doi.org/10.5281/zenodo.14742338} + version = {0.14.2}, + doi = {10.5281/zenodo.14868324}, + url = {https://doi.org/10.5281/zenodo.14868324} } ``` diff --git a/doc/_static/version_switch.js b/doc/_static/version_switch.js index c904d9c107b..3bab800591b 100644 --- a/doc/_static/version_switch.js +++ b/doc/_static/version_switch.js @@ -12,6 +12,7 @@ var all_versions = { 'latest': 'latest', 'dev': 'dev', + 'v0.14.2': 'v0.14.2', 'v0.14.1': 'v0.14.1', 'v0.14.0': 'v0.14.0', 'v0.13.0': 'v0.13.0', diff --git a/doc/changes.md b/doc/changes.md index 322b09fffa4..6fa9d658024 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -1,5 +1,23 @@ # Changelog +## Release v0.14.2 (2025/02/15) + +[![Digital Object Identifier for PyGMT v0.14.2](https://zenodo.org/badge/DOI/10.5281/zenodo.14868324.svg)](https://doi.org/10.5281/zenodo.14868324) + + +### Bug Fixes + +- **Patch release fixing a critical bug introduced in PyGMT v0.14.1** +- Fix the bug for passing text strings with numeric values ([#3804](https://github.com/GenericMappingTools/pygmt/pull/3804)) + +**Full Changelog**: + +### Contributors + +* [Dongdong Tian](https://github.com/seisman) + +--- + ## Release v0.14.1 (2025/02/01) [![Digital Object Identifier for PyGMT v0.14.1](https://zenodo.org/badge/DOI/10.5281/zenodo.14742338.svg)](https://doi.org/10.5281/zenodo.14742338) diff --git a/doc/minversions.md b/doc/minversions.md index 5fb0d3d2236..986acb813d1 100644 --- a/doc/minversions.md +++ b/doc/minversions.md @@ -41,6 +41,7 @@ compatibility reasons. | PyGMT Version | GMT | Python | NumPy | pandas | Xarray | |---|---|---|---|---|---| | [Dev][]* [] | {{ requires.gmt }} | {{ requires.python }} | {{ requires.numpy }} | {{ requires.pandas }} | {{ requires.xarray }} | +| [] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 | | [] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 | | [] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 | | [] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.09 |