File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff 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+
1119Release 0.4.3 (2025-07-25)
1220==========================
1321
Original file line number Diff line number Diff line change 77import sphinx_rtd_theme
88
99
10- hostedpi_version = "0.4.3 "
10+ hostedpi_version = "0.4.4 "
1111
1212
1313# -- General configuration ------------------------------------------------
Original file line number Diff line number Diff line change 11[project ]
22name = " hostedpi"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44description = " Python interface to the Mythic Beasts Hosted Pi API"
55authors = [
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]
You can’t perform that action at this time.
0 commit comments