Jeremy Stretch 5 лет назад
Родитель
Сommit
59e6386361
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/release-notes/version-2.7.md
  2. 1 1
      netbox/netbox/settings.py

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

@@ -1,6 +1,6 @@
 # NetBox v2.7 Release Notes
 
-## v2.7.11 (FUTURE)
+## v2.7.11 (2020-03-27)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -15,7 +15,7 @@ from django.core.validators import URLValidator
 # Environment setup
 #
 
-VERSION = '2.7.11-dev'
+VERSION = '2.7.11'
 
 # Hostname
 HOSTNAME = platform.node()