Explorar el Código

Post-release version bump

Jeremy Stretch hace 8 años
padre
commit
f4a873745f
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.1.0'
+VERSION = '2.1.1-dev'
 
 # Import required configuration parameters
 ALLOWED_HOSTS = DATABASE = SECRET_KEY = None