1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
jeremystretch
2021-11-12 08:54:08 -05:00
parent b29a5511df
commit c0ca1eaf90
2 changed files with 5 additions and 1 deletions

View File

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

View File

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