1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Bump version for upcoming v2.9 release

This commit is contained in:
Jeremy Stretch
2020-08-13 13:12:09 -04:00
parent d4fd0df02c
commit 943c2230ba

View File

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