Procházet zdrojové kódy

Release v2.9-beta1

Jeremy Stretch před 5 roky
rodič
revize
7eb688bdcd
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 3 1
      docs/release-notes/version-2.9.md
  2. 1 1
      netbox/netbox/settings.py

+ 3 - 1
docs/release-notes/version-2.9.md

@@ -1,6 +1,8 @@
 # NetBox v2.9
 # NetBox v2.9
 
 
-## v2.9.0 (FUTURE)
+## v2.9-beta1 (2020-07-23)
+
+**WARNING:** This is a beta release and is not suitable for production use. It is intended for development and evaluation purposes only. No upgrade path to the final v2.9 release will be provided from this beta, and users should assume that all data entered into the application will be lost. Please reference [the v2.9 beta documentation](https://netbox.readthedocs.io/en/develop-2.9/) for further information regarding this release.
 
 
 ### New Features
 ### New Features
 
 

+ 1 - 1
netbox/netbox/settings.py

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