Skip to content

Commit

Permalink
Staging for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm1th committed Nov 4, 2024
1 parent 50380ae commit 9a48d62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/admin/release_notes/version_2.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v2.3.0

## Added

(#248) Added support for new cloud models found in Nautobot 2.3+
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ nav:
- Uninstall: "admin/uninstall.md"
- Release Notes:
- "admin/release_notes/index.md"
- v2.4: "admin/release_notes/version_2.4.md"
- v2.3: "admin/release_notes/version_2.3.md"
- v2.2: "admin/release_notes/version_2.2.md"
- v2.1: "admin/release_notes/version_2.1.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "pynautobot"
version = "2.3.0"
version = "2.4.0"
description = "Nautobot API client library"
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
readme = "README.md"
Expand Down

0 comments on commit 9a48d62

Please sign in to comment.