Skip to content

Commit ea50a21

Browse files
committed
Release v0.4.4
1 parent 68c05ea commit ea50a21

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Changelog
88
Once the library reaches v1.0, it will be considered stable. Please consider giving feedback to
99
help stabilise the API.
1010

11+
Release 0.4.4 (2025-10-10)
12+
==========================
13+
14+
- Added :meth:`~hostedpi.pi.Pi.get_ipv6_ssh_command()` and
15+
:meth:`~hostedpi.pi.Pi.get_ipv6_ssh_config()` methods to :class:`~hostedpi.picloud.PiCloud`
16+
- Added :meth:`~hostedpi.picloud.PiCloud.get_ipv6_ssh_config()` method to
17+
:class:`~hostedpi.picloud.PiCloud`
18+
1119
Release 0.4.3 (2025-07-25)
1220
==========================
1321

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.3"
10+
hostedpi_version = "0.4.4"
1111

1212

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hostedpi"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Python interface to the Mythic Beasts Hosted Pi API"
55
authors = [
66
{name = "Ben Nuttall", email = "[email protected]"}
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2122
"Intended Audience :: Developers",
2223
"Topic :: Utilities",
2324
]

0 commit comments

Comments
 (0)