diff --git a/docs/release-notes/version-4.0.md b/docs/release-notes/version-4.0.md index 4f8b0f29a..a0a4fad84 100644 --- a/docs/release-notes/version-4.0.md +++ b/docs/release-notes/version-4.0.md @@ -1,5 +1,9 @@ # NetBox v4.0 +## v4.0.1 (FUTURE) + +--- + ## v4.0.0 (2024-05-06) !!! tip "Plugin Maintainers" diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 7c4c400be..53eaffed5 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -25,7 +25,7 @@ from utilities.string import trailing_slash # Environment setup # -VERSION = '4.0.0' +VERSION = '4.0.1-dev' HOSTNAME = platform.node() # Set the base directory two levels up BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))