Sfoglia il codice sorgente

Post-release version bump

Jeremy Stretch 6 anni fa
parent
commit
598d23fc03
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
 # Environment setup
 #
 
-VERSION = '2.7.6'
+VERSION = '2.7.7-dev'
 
 # Hostname
 HOSTNAME = platform.node()