Skip to content

Commit bfc8df8

Browse files
authored
Merge pull request #318 from nautobot/release-3.1.0-to-develop
Post release v3.1.0 to develop
2 parents 27b3659 + fa427d1 commit bfc8df8

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

changes/+nautobot-app-v3.1.1.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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`.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ nav:
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"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautobot-bgp-models"
3-
version = "3.0.2a0"
3+
version = "3.1.1a0"
44
description = "Nautobot BGP Models App"
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
license = "Apache-2.0"
@@ -176,7 +176,7 @@ build-backend = "poetry.core.masonry.api"
176176
[tool.towncrier]
177177
package = "nautobot_bgp_models"
178178
directory = "changes"
179-
filename = "docs/admin/release_notes/version_3.0.md"
179+
filename = "docs/admin/release_notes/version_3.1.md"
180180
template = "development/towncrier_template.j2"
181181
start_string = "<!-- towncrier release notes start -->"
182182
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-bgp-models/issues/{issue})"

0 commit comments

Comments
 (0)