This commit is contained in:
jeremystretch 2021-11-24 13:58:57 -05:00
parent 869808b3f9
commit 86ada33577
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.0
## v3.0.12 (FUTURE)
---
## v3.0.11 (2021-11-24)
### Enhancements

View File

@ -17,7 +17,7 @@ from django.core.validators import URLValidator
# Environment setup
#
VERSION = '3.0.11'
VERSION = '3.0.12-dev'
# Hostname
HOSTNAME = platform.node()