Explorar el Código

Release v2.6.10

Jeremy Stretch hace 6 años
padre
commit
9ef3e68479
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      docs/release-notes/version-2.6.md
  2. 1 1
      netbox/netbox/settings.py

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

@@ -1,4 +1,4 @@
-# v2.6.10 (FUTURE)
+# v2.6.10 (2019-01-02)
 
 ## Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
 # Environment setup
 #
 
-VERSION = '2.6.10-dev'
+VERSION = '2.6.10'
 
 # Hostname
 HOSTNAME = platform.node()