This commit is contained in:
jeremystretch 2022-08-08 15:34:13 -04:00
parent f1877c0c5f
commit 064d7f3bd0
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.2 # NetBox v3.2
## v3.2.9 (FUTURE)
---
## v3.2.8 (2022-08-08) ## v3.2.8 (2022-08-08)
### Enhancements ### Enhancements

View File

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