diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index f13168f3c..23d5b8182 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 277c9724f..00b464515 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -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 diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index e3e13ca4f..d27c3f76f 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -1,6 +1,6 @@ # NetBox v3.1 -## v3.1.3 (FUTURE) +## v3.1.3 (2021-12-29) ### Enhancements diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 675d8f78d..9c2fb0174 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -19,7 +19,7 @@ from netbox.config import PARAMS # Environment setup # -VERSION = '3.1.3-dev' +VERSION = '3.1.3' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index 4051862d1..5a4a4fa26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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