Ver Fonte

Post-release version bump

Jeremy Stretch há 5 anos atrás
pai
commit
3522eafd2c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -16,7 +16,7 @@ from django.core.validators import URLValidator
 # Environment setup
 #
 
-VERSION = '2.9.1'
+VERSION = '2.9.2-dev'
 
 # Hostname
 HOSTNAME = platform.node()