Skip to content

Commit 33e5007

Browse files
authored
Merge pull request #743 from netbox-community/v7.6.1
V7.6.1
2 parents 85e527b + 411484b commit 33e5007

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: pynetbox version
1313
description: What version of pynetbox are you currently running?
14-
placeholder: v7.6.0
14+
placeholder: v7.6.1
1515
validations:
1616
required: true
1717
- type: input

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Each pyNetBox Version listed below has been tested with its corresponding NetBox
99

1010
| NetBox Version | Plugin Version |
1111
|:--------------:|:--------------:|
12+
| 4.5 | 7.6.1 |
1213
| 4.5 | 7.6.0 |
1314
| 4.4 | 7.5.0 |
1415
| 4.3 | 7.5.0 |

docs/release-notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Release Notes
22

3+
## Version 7.6.1 (January 28, 2026)
4+
5+
#### Enhancements
6+
- [#726](https://github.com/netbox-community/pynetbox/issues/726) - Use `dict` instead of `OrderedDict` in Record serialization
7+
8+
#### New Features
9+
- [#434](https://github.com/netbox-community/pynetbox/issues/434) - Add cable path tracing support for front ports, rear ports, and virtual circuit terminations
10+
11+
#### Bug Fixes
12+
- [#586](https://github.com/netbox-community/pynetbox/issues/586) - Update internal object state after save operations to prevent attribute reset issues
13+
14+
---
15+
316
## Version 7.6.0 (January 9, 2026)
417

518
#### Breaking Changes

pynetbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ParameterValidationError,
77
)
88

9-
__version__ = "7.6.0"
9+
__version__ = "7.6.1"
1010

1111
# Lowercase alias for backward compatibility
1212
api = Api

0 commit comments

Comments
 (0)