Parcourir la source

Started 2.7 branch

Jeremy Stretch il y a 6 ans
Parent
commit
ef432754ee
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()