Jeff Gehlbach 1 год назад
Родитель
Сommit
596514ce74

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -26,7 +26,7 @@ body:
     attributes:
       label: NetBox Version
       description: What version of NetBox are you currently running?
-      placeholder: v4.0.6
+      placeholder: v4.0.7
     validations:
       required: true
   - type: dropdown

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.yaml

@@ -14,7 +14,7 @@ body:
     attributes:
       label: NetBox version
       description: What version of NetBox are you currently running?
-      placeholder: v4.0.6
+      placeholder: v4.0.7
     validations:
       required: true
   - type: dropdown

+ 1 - 1
docs/release-notes/version-4.0.md

@@ -1,6 +1,6 @@
 # NetBox v4.0
 
-## v4.0.7 (FUTURE)
+## v4.0.7 (2024-07-09)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -25,7 +25,7 @@ from utilities.string import trailing_slash
 # Environment setup
 #
 
-VERSION = '4.0.7-dev'
+VERSION = '4.0.7'
 HOSTNAME = platform.node()
 # Set the base directory two levels up
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

BIN
netbox/translations/de/LC_MESSAGES/django.mo


BIN
netbox/translations/fr/LC_MESSAGES/django.mo


BIN
netbox/translations/pt/LC_MESSAGES/django.mo


BIN
netbox/translations/ru/LC_MESSAGES/django.mo


BIN
netbox/translations/tr/LC_MESSAGES/django.mo


BIN
netbox/translations/zh/LC_MESSAGES/django.mo