Jeremy Stretch 5 роки тому
батько
коміт
db781437fc
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      docs/release-notes/version-2.10.md
  2. 1 1
      netbox/netbox/settings.py

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

@@ -1,6 +1,6 @@
 # NetBox v2.10
 # NetBox v2.10
 
 
-## v2.10.5 (FUTURE)
+## v2.10.5 (2021-02-24)
 
 
 ### Bug Fixes
 ### Bug Fixes
 
 

+ 1 - 1
netbox/netbox/settings.py

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