Explorar o código

Release v3.0-beta2

jeremystretch %!s(int64=4) %!d(string=hai) anos
pai
achega
e8fb86a283
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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()