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

Release v3.1.6

This commit is contained in:
jeremystretch
2022-01-17 09:49:16 -05:00
parent 2b31154834
commit 69f525bfd3
6 changed files with 7 additions and 11 deletions

View File

@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.1.5
placeholder: v3.1.6
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.5
placeholder: v3.1.6
validations:
required: true
- type: dropdown

View File

@ -98,10 +98,6 @@ psycopg2-binary
# https://github.com/yaml/pyyaml
PyYAML
# In-memory key/value store used for caching and queuing
# https://github.com/andymccurdy/redis-py
redis
# Social authentication framework
# https://github.com/python-social-auth/social-core
social-auth-core[all]

View File

@ -1,6 +1,6 @@
# NetBox v3.1
## v3.1.6 (FUTURE)
## v3.1.6 (2022-01-17)
### Enhancements

View File

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

View File

@ -1,5 +1,5 @@
Django==3.2.11
django-cors-headers==3.10.1
django-cors-headers==3.11.0
django-debug-toolbar==3.2.4
django-filter==21.1
django-graphiql-debug-toolbar==0.2.0
@ -10,7 +10,7 @@ django-redis==5.2.0
django-rq==2.5.1
django-tables2==2.4.1
django-taggit==2.0.0
django-timezone-field==4.2.1
django-timezone-field==4.2.3
djangorestframework==3.12.4
drf-yasg[validation]==1.20.0
graphene_django==2.15.0
@ -18,7 +18,7 @@ gunicorn==20.1.0
Jinja2==3.0.3
Markdown==3.3.6
markdown-include==0.6.0
mkdocs-material==8.1.4
mkdocs-material==8.1.7
netaddr==0.8.0
Pillow==8.4.0
psycopg2-binary==2.9.3