diff --git a/docs/admin/release_notes/version_1.11.md b/docs/admin/release_notes/version_1.11.md new file mode 100755 index 00000000..6c537370 --- /dev/null +++ b/docs/admin/release_notes/version_1.11.md @@ -0,0 +1,19 @@ +# v1.11 Release Notes + +## Release Overview + +- Added Python 3.13 support. +- Removed Python 3.8 support. + +## [v1.11.0] 2024-12 + +### Added +- [593](https://github.com/networktocode/netutils/pull/593) Add nokia_srl to the mappers. + +### Changed + +- [603](https://github.com/networktocode/netutils/pull/603) Add support for Python 3.8 and add Python 3.13. + +### Fixed + +- [602](https://github.com/networktocode/netutils/pull/602) Fix ASA banner config parsing. diff --git a/mkdocs.yml b/mkdocs.yml index f4678ee7..105963bd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -117,6 +117,8 @@ nav: - Uninstall: "admin/uninstall.md" - Release Notes: - "admin/release_notes/index.md" + - v1.11: "admin/release_notes/version_1.11.md" + - v1.10: "admin/release_notes/version_1.10.md" - v1.9: "admin/release_notes/version_1.9.md" - v1.8: "admin/release_notes/version_1.8.md" - v1.7: "admin/release_notes/version_1.7.md" diff --git a/pyproject.toml b/pyproject.toml index 1ef3648b..83152583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netutils" -version = "1.10.0" +version = "1.11.0" description = "Common helper functions useful in network automation." authors = ["Network to Code, LLC "] license = "Apache-2.0" @@ -56,7 +56,7 @@ mkdocs-python-classy = "0.1.3" [tool.black] line-length = 120 -target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] +target-version = ['py39', 'py310', 'py311', 'py312', 'py313'] include = '\.pyi?$' exclude = ''' (