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

Release v3.2.0

This commit is contained in:
jeremystretch
2022-04-05 16:26:07 -04:00
parent c1b7f09530
commit 6f0ae8a5b8
7 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ django.utils.encoding.force_text = force_str
# Environment setup
#
VERSION = '3.2.0-dev'
VERSION = '3.2.0'
# Hostname
HOSTNAME = platform.node()