This commit is contained in:
jeremystretch 2022-07-20 11:15:02 -04:00
parent f8cbd322ba
commit 383918d83b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.2
## v3.2.8 (FUTURE)
---
## v3.2.7 (2022-07-20)
### Enhancements

View File

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