Explorar el Código

Release v2.8.8

Jeremy Stretch hace 5 años
padre
commit
183d475dc8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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.8 (FUTURE)
+## v2.8.8 (2020-07-21)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

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