Sfoglia il codice sorgente

Release v3.0-beta2

jeremystretch 4 anni fa
parent
commit
e8fb86a283
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      docs/release-notes/version-3.0.md
  2. 1 1
      netbox/netbox/settings.py

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

@@ -1,6 +1,6 @@
 # NetBox v3.0
 
-## v3.0-beta2 (FUTURE)
+## v3.0-beta2 (2021-08-13)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

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