ソースを参照

Release v2.10.1

Jeremy Stretch 5 年 前
コミット
2dad44c93f
2 ファイル変更2 行追加2 行削除
  1. 1 1
      docs/release-notes/version-2.10.md
  2. 1 1
      netbox/netbox/settings.py

+ 1 - 1
docs/release-notes/version-2.10.md

@@ -1,6 +1,6 @@
 # NetBox v2.10
 
-## v2.10.1 (FUTURE)
+## v2.10.1 (2020-12-15)
 
 ### Bug Fixes
 

+ 1 - 1
netbox/netbox/settings.py

@@ -16,7 +16,7 @@ from django.core.validators import URLValidator
 # Environment setup
 #
 
-VERSION = '2.10.1-dev'
+VERSION = '2.10.1'
 
 # Hostname
 HOSTNAME = platform.node()