Release v3.1.8

This commit is contained in:
jeremystretch 2022-02-15 09:01:58 -05:00
parent 14240318f1
commit 5b7486cff8
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# NetBox v3.1 # NetBox v3.1
## v3.1.8 (FUTURE) ## v3.1.8 (2022-02-15)
### Enhancements ### Enhancements

View File

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

View File

@ -9,7 +9,7 @@ django-prometheus==2.2.0
django-redis==5.2.0 django-redis==5.2.0
django-rq==2.5.1 django-rq==2.5.1
django-tables2==2.4.1 django-tables2==2.4.1
django-taggit==2.0.0 django-taggit==2.1.0
django-timezone-field==4.2.3 django-timezone-field==4.2.3
djangorestframework==3.12.4 djangorestframework==3.12.4
drf-yasg[validation]==1.20.0 drf-yasg[validation]==1.20.0
@ -18,9 +18,9 @@ gunicorn==20.1.0
Jinja2==3.0.3 Jinja2==3.0.3
Markdown==3.3.6 Markdown==3.3.6
markdown-include==0.6.0 markdown-include==0.6.0
mkdocs-material==8.1.9 mkdocs-material==8.1.11
netaddr==0.8.0 netaddr==0.8.0
Pillow==8.4.0 Pillow==9.0.1
psycopg2-binary==2.9.3 psycopg2-binary==2.9.3
PyYAML==6.0 PyYAML==6.0
social-auth-app-django==5.0.0 social-auth-app-django==5.0.0