Release v4.4.0

This commit is contained in:
Jeremy Stretch
2025-09-02 09:34:46 -04:00
parent d433456e2f
commit 319556a747
11 changed files with 42 additions and 63 deletions

View File

@@ -3,14 +3,8 @@
[project]
name = "netbox"
version = "4.4.0-beta1"
version = "4.4.0"
requires-python = ">=3.10"
authors = [
{ name = "NetBox Community" }
]
maintainers = [
{ name = "NetBox Community" }
]
description = "The premier source of truth powering network automation."
readme = "README.md"
license = "Apache-2.0"
@@ -18,8 +12,6 @@ license-files = ["LICENSE.txt"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Django",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
@@ -28,7 +20,6 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
[project.urls]
Homepage = "https://netboxlabs.com/products/netbox/"
Documentation = "https://netboxlabs.com/docs/netbox/"