Skip to content

Commit fbcec97

Browse files
committed
PRVB
1 parent fce54f3 commit fbcec97

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release-notes/version-4.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# NetBox v4.0
22

3+
## v4.0.1 (FUTURE)
4+
5+
---
6+
37
## v4.0.0 (2024-05-06)
48

59
!!! tip "Plugin Maintainers"

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '4.0.0'
28+
VERSION = '4.0.1-dev'
2929
HOSTNAME = platform.node()
3030
# Set the base directory two levels up
3131
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

0 commit comments

Comments
 (0)