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

Post-release version bump

This commit is contained in:
Jeremy Stretch
2019-06-25 09:44:00 -04:00
parent d219c3ea88
commit 74f14c5535

View File

@ -12,7 +12,7 @@ from django.core.exceptions import ImproperlyConfigured
# Environment setup # Environment setup
# #
VERSION = '2.6.1' VERSION = '2.6.2-dev'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()