Jeremy Stretch пре 5 година
родитељ
комит
af96ffb3e9
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      docs/release-notes/version-2.8.md
  2. 1 1
      netbox/netbox/settings.py

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

@@ -1,6 +1,6 @@
 # NetBox v2.8
 
-## v2.8.3 (FUTURE)
+## v2.8.3 (2020-05-06)
 
 ### Bug Fixes
 

+ 1 - 1
netbox/netbox/settings.py

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