Explorar el Código

Merge branch 'develop' into api2

Jeremy Stretch hace 9 años
padre
commit
a9fe39459a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -12,7 +12,7 @@ except ImportError:
                                "the documentation.")
 
 
-VERSION = '1.8.4-dev'
+VERSION = '1.8.5-dev'
 
 # Import local configuration
 for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: