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

Release v2.5-beta2

This commit is contained in:
Jeremy Stretch
2018-11-26 16:27:57 -05:00
parent 7d8ae5e763
commit 3f1b42d466
3 changed files with 5 additions and 5 deletions

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-beta1'
VERSION = '2.5-beta2'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))