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

Release v2.5-beta1

This commit is contained in:
Jeremy Stretch
2018-11-06 15:59:46 -05:00
parent e806b58ac9
commit f61cea695b

View File

@ -21,7 +21,7 @@ except ImportError:
"Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation."
)
VERSION = '2.5.0-dev'
VERSION = '2.5-beta1'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))