浏览代码

Release v1.6.2

Jeremy Stretch 9 年之前
父节点
当前提交
35918ae966
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -12,7 +12,7 @@ except ImportError:
                                "the documentation.")
 
 
-VERSION = '1.6.2-dev'
+VERSION = '1.6.2'
 
 # Import local configuration
 for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: