Explorar el Código

Release v1.5.2

Jeremy Stretch hace 9 años
padre
commit
2eb8b4fe71
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.5.2-dev'
+VERSION = '1.5.2'
 
 # Import local configuration
 for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: