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

Release v.2.2.9

This commit is contained in:
Jeremy Stretch
2018-01-31 10:30:55 -05:00
parent 8bedfcfc64
commit b3243704df

View File

@ -13,7 +13,7 @@ except ImportError:
)
VERSION = '2.2.9-dev'
VERSION = '2.2.9'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))