ソースを参照

Release v2.5-beta1

Jeremy Stretch 7 年 前
コミット
f61cea695b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -21,7 +21,7 @@ except ImportError:
         "Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation."
         "Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation."
     )
     )
 
 
-VERSION = '2.5.0-dev'
+VERSION = '2.5-beta1'
 
 
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))