This commit is contained in:
jeremystretch 2021-12-06 16:13:48 -05:00
parent 5b8494a74c
commit 00d618e015
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NetBox v3.1
## v3.1.1 (FUTURE)
---
## v3.1.0 (2021-12-06)
!!! warning "PostgreSQL 10 Required"

View File

@ -19,7 +19,7 @@ from netbox.config import PARAMS
# Environment setup
#
VERSION = '3.1.0'
VERSION = '3.1.1-dev'
# Hostname
HOSTNAME = platform.node()