Skip to content

Commit

Permalink
Merge pull request #244 from nautobot/release-v2.3.0
Browse files Browse the repository at this point in the history
Prep for release v2.3.0
  • Loading branch information
jvanderaa authored Oct 30, 2024
2 parents a3c18c7 + fbdd6c8 commit ca2a568
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
nautobot-version: ["2.0", "2.1", "2.2", "stable"]
nautobot-version: ["2.0", "2.1", "2.2", "2.3", "stable"]
env:
PYTHON_VER: "${{ matrix.python-version }}"
NAUTOBOT_VER: "${{ matrix.nautobot-version }}"
Expand Down
22 changes: 22 additions & 0 deletions docs/admin/release_notes/version_2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# v2.3.0

## Added

(#213) Added the ability to retrieve App endpoints via `dir`
(#214) Added support for seeing and modifying notes on all models
(#217) Added the ability to provide custom limit and offset parameters
(#233) Added the ability to run saved GraphQL queries

## Documentation Updates

(#218) Fixed documentation examples for working with prefixes

### Changed

(#224) Changed the `Termination.__str__ ` method to return the display field
(#240) Changed the `.all()` method to accept the same kwargs as `.filter()`, essentially making them redundant of each other
(#243) Updated urllib3 dependency to v2

### Housekeeping

(#220) Added Python 3.12 to test matrix
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.2: "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"
- v2.0: "admin/release_notes/version_2.0.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.2.1"
version = "2.3.0"
description = "Nautobot API client library"
authors = ["Network to Code, LLC <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ca2a568

Please sign in to comment.