瀏覽代碼

Release v2.6.2

Jeremy Stretch 6 年之前
父節點
當前提交
c90baaa807
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      netbox/netbox/settings.py

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-v2.6.2 (FUTURE)
+v2.6.2 (2019-08-02)
 
 ## Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

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