瀏覽代碼

Release v2.6.0

Jeremy Stretch 6 年之前
父節點
當前提交
f888d50a15
共有 1 個文件被更改,包括 1 次插入1 次删除
  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-beta1'
+VERSION = '2.6.0'
 
 # Hostname
 HOSTNAME = platform.node()