Skip to content

Commit 9ebb5a5

Browse files
authored
Merge branch 'main' into maintenance/release-checklist
2 parents 13568ee + 7c38ce7 commit 9ebb5a5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
* [Will Schlitzer](https://github.com/willschlitzer)
103103
* [Jiayuan Yao](https://github.com/core-man)
104104

105+
---
106+
105107
## Release v0.13.0 (2024/09/05)
106108

107109
[![Digital Object Identifier for PyGMT v0.13.0](https://zenodo.org/badge/DOI/10.5281/zenodo.13679420.svg)](https://doi.org/10.5281/zenodo.13679420)
@@ -280,6 +282,8 @@
280282
* [Michael Grund](https://github.com/michaelgrund)
281283
* [Wei Ji Leong](https://github.com/weiji14)
282284

285+
---
286+
283287
## Release v0.11.0 (2024/02/01)
284288

285289
[![Digital Object Identifier for PyGMT v0.11.0](https://zenodo.org/badge/DOI/10.5281/zenodo.10578540.svg)](https://doi.org/10.5281/zenodo.10578540)

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ all = [
4848
]
4949

5050
[project.urls]
51-
homepage = "https://www.pygmt.org"
52-
documentation = "https://www.pygmt.org"
53-
repository = "https://github.com/GenericMappingTools/pygmt"
54-
changelog = "https://www.pygmt.org/latest/changes.html"
51+
"Homepage" = "https://www.pygmt.org"
52+
"Documentation" = "https://www.pygmt.org"
53+
"Source Code" = "https://github.com/GenericMappingTools/pygmt"
54+
"Changelog" = "https://www.pygmt.org/latest/changes.html"
55+
"Issue Tracker" = "https://github.com/GenericMappingTools/pygmt/issues"
5556

5657
[tool.setuptools]
5758
platforms = ["Any"]

0 commit comments

Comments
 (0)