File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # v3.1 Release Notes
2+
3+ This document describes all new features and changes in the release. The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
4+
5+ ## Release Overview
6+
7+ This release adds support for Python 3.14.
8+
9+ <!-- towncrier release notes start -->
10+
11+ ## [ v3.1.0 (2026-03-17)] ( https://github.com/nautobot/nautobot-app-bgp-models/releases/tag/v3.1.0 )
12+
13+ ### Added
14+
15+ - Added support for Python 3.14.
16+
17+ ### Housekeeping
18+
19+ - Rebaked from the cookie ` nautobot-app-v3.1.1 ` .
Original file line number Diff line number Diff line change 122122 - Compatibility Matrix : " admin/compatibility_matrix.md"
123123 - Release Notes :
124124 - " admin/release_notes/index.md"
125+ - v3.1 : " admin/release_notes/version_3.1.md"
125126 - v3.0 : " admin/release_notes/version_3.0.md"
126127 - v2.4 : " admin/release_notes/version_2.4.md"
127128 - v2.3 : " admin/release_notes/version_2.3.md"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " nautobot-bgp-models"
3- version = " 3.0.2a0 "
3+ version = " 3.1.1a0 "
44description = " Nautobot BGP Models App"
55authors = [" Network to Code, LLC <opensource@networktocode.com>" ]
66license = " Apache-2.0"
@@ -176,7 +176,7 @@ build-backend = "poetry.core.masonry.api"
176176[tool .towncrier ]
177177package = " nautobot_bgp_models"
178178directory = " changes"
179- filename = " docs/admin/release_notes/version_3.0 .md"
179+ filename = " docs/admin/release_notes/version_3.1 .md"
180180template = " development/towncrier_template.j2"
181181start_string = " <!-- towncrier release notes start -->"
182182issue_format = " [#{issue}](https://github.com/nautobot/nautobot-app-bgp-models/issues/{issue})"
You can’t perform that action at this time.
0 commit comments