diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 08bccc551..9735da5b5 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.3.2 + placeholder: v3.3.3 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 4dbf51f2c..691e99cc6 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.3.2 + placeholder: v3.3.3 validations: required: true - type: dropdown diff --git a/docs/release-notes/version-3.3.md b/docs/release-notes/version-3.3.md index 47e2ac3fc..da9dbd856 100644 --- a/docs/release-notes/version-3.3.md +++ b/docs/release-notes/version-3.3.md @@ -1,6 +1,6 @@ # NetBox v3.3 -## v3.3.3 (FUTURE) +## v3.3.3 (2022-09-15) ### Enhancements diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index f96b6085b..6588d2e84 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -29,7 +29,7 @@ django.utils.encoding.force_text = force_str # Environment setup # -VERSION = '3.3.3-dev' +VERSION = '3.3.3' # Hostname HOSTNAME = platform.node() diff --git a/requirements.txt b/requirements.txt index ddbf07b9b..f868c4f0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,13 +19,13 @@ graphene-django==2.15.0 gunicorn==20.1.0 Jinja2==3.1.2 Markdown==3.4.1 -mkdocs-material==8.4.2 +mkdocs-material==8.5.1 mkdocstrings[python-legacy]==0.19.0 netaddr==0.8.0 Pillow==9.2.0 psycopg2-binary==2.9.3 PyYAML==6.0 -sentry-sdk==1.9.7 +sentry-sdk==1.9.8 social-auth-app-django==5.0.0 social-auth-core==4.3.0 svgwrite==1.4.3