PRVB
This commit is contained in:
parent
d4938b7699
commit
ea197eff5f
|
|
@ -1,5 +1,9 @@
|
|||
# NetBox v3.2
|
||||
|
||||
## v3.2.1 (FUTURE)
|
||||
|
||||
---
|
||||
|
||||
## v3.2.0 (2022-04-05)
|
||||
|
||||
!!! warning "Python 3.8 or Later Required"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ django.utils.encoding.force_text = force_str
|
|||
# Environment setup
|
||||
#
|
||||
|
||||
VERSION = '3.2.0'
|
||||
VERSION = '3.2.1-dev'
|
||||
|
||||
# Hostname
|
||||
HOSTNAME = platform.node()
|
||||
|
|
|
|||
Loading…
Reference in New Issue