Explorar el Código

Release v2.0.0!

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

+ 1 - 1
netbox/netbox/settings.py

@@ -13,7 +13,7 @@ except ImportError:
     )
 
 
-VERSION = '2.0.0-dev'
+VERSION = '2.0.0'
 
 # Import local configuration
 ALLOWED_HOSTS = DATABASE = SECRET_KEY = None