Jeremy Stretch пре 5 година
родитељ
комит
601cbd2306
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.3 (FUTURE)
+## v2.10.3 (2021-01-05)
 
 
 ### 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.3-dev'
+VERSION = '2.10.3'
 
 
 # Hostname
 # Hostname
 HOSTNAME = platform.node()
 HOSTNAME = platform.node()