Skip to content

Commit e3a903b

Browse files
authored
v7.6.0
1 parent 37e1b02 commit e3a903b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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.5.0
14+
placeholder: v7.6.0
1515
validations:
1616
required: true
1717
- type: input

README.md

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

1010
| NetBox Version | Plugin Version |
1111
|:--------------:|:--------------:|
12+
| 4.5 | 7.6.0 |
13+
| 4.4 | 7.5.0 |
1214
| 4.3 | 7.5.0 |
1315
| 4.2 | 7.5.0 |
1416
| 4.1 | 7.5.0 |

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.5.0"
9+
__version__ = "7.6.0"
1010

1111
# Lowercase alias for backward compatibility
1212
api = Api

0 commit comments

Comments
 (0)