Przeglądaj źródła

Started 2.7 branch

Jeremy Stretch 6 lat temu
rodzic
commit
ef432754ee
1 zmienionych plików z 1 dodań i 1 usunięć
  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.6.3-dev'
+VERSION = '2.7-beta1'
 
 # Hostname
 HOSTNAME = platform.node()