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

Release NetBox v3.1.3

This commit is contained in:
jeremystretch
2021-12-29 12:10:46 -05:00
parent 43fadab3bb
commit 13c4d13157
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
# NetBox v3.1
## v3.1.3 (FUTURE)
## v3.1.3 (2021-12-29)
### Enhancements

View File

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

View File

@ -6,7 +6,7 @@ django-graphiql-debug-toolbar==0.2.0
django-mptt==0.13.4
django-pglocks==1.0.4
django-prometheus==2.2.0
django-redis==5.1.0
django-redis==5.2.0
django-rq==2.5.1
django-tables2==2.4.1
django-taggit==2.0.0
@ -21,7 +21,7 @@ markdown-include==0.6.0
mkdocs-material==8.1.3
netaddr==0.8.0
Pillow==8.4.0
psycopg2-binary==2.9.2
psycopg2-binary==2.9.3
PyYAML==6.0
social-auth-app-django==5.0.0
social-auth-core==4.1.0