1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v3.1.11

This commit is contained in:
jeremystretch
2022-04-05 14:35:27 -04:00
parent 0f5fe746e0
commit 631de20a8d
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.1.10
placeholder: v3.1.11
validations:
required: true
- type: dropdown

View File

@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.1.10
placeholder: v3.1.11
validations:
required: true
- type: dropdown

View File

@ -1,6 +1,6 @@
# NetBox v3.1
## v3.1.11 (FUTURE)
## v3.1.11 (2022-04-05)
### Enhancements

View File

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

View File

@ -18,7 +18,7 @@ gunicorn==20.1.0
Jinja2==3.0.3
Markdown==3.3.6
markdown-include==0.6.0
mkdocs-material==8.2.7
mkdocs-material==8.2.8
netaddr==0.8.0
Pillow==9.0.1
psycopg2-binary==2.9.3