Skip to content

Commit 1c36740

Browse files
committed
Update urls
1 parent be2b39c commit 1c36740

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sphinx_rtd_theme
88

99

10-
hostedpi_version = "0.4.4"
10+
hostedpi_version = "0.4.5"
1111

1212

1313
# -- General configuration ------------------------------------------------

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hostedpi"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "Python interface to the Mythic Beasts Hosted Pi API"
55
authors = [
66
{name = "Ben Nuttall", email = "[email protected]"}
@@ -31,9 +31,10 @@ dependencies = [
3131
]
3232

3333
[project.urls]
34-
repository = "https://github.com/piwheels/hostedpi/issues"
35-
documentation = "https://hostedpi.readthedocs.io"
36-
"Bug Tracker" = "https://github.com/piwheels/hostedpi/issues"
34+
Repository = "https://github.com/piwheels/hostedpi"
35+
Documentation = "https://hostedpi.readthedocs.io"
36+
Issues = "https://github.com/piwheels/hostedpi/issues"
37+
Changelog = "https://hostedpi.readthedocs.io/en/stable/changelog.html"
3738

3839
[project.scripts]
3940
hostedpi = 'hostedpi.cli:app'

0 commit comments

Comments
 (0)