瀏覽代碼

Version bump for next release

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

+ 1 - 1
netbox/netbox/settings.py

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