Skip to content

Commit

Permalink
Release v3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Oct 26, 2022
1 parent 174ba6c commit eac2ace
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.3.5
placeholder: v3.3.6
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.3.5
placeholder: v3.3.6
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/version-3.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NetBox v3.3

## v3.3.6 (FUTURE)
## v3.3.6 (2022-10-26)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion netbox/netbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Environment setup
#

VERSION = '3.3.6-dev'
VERSION = '3.3.6'

# Hostname
HOSTNAME = platform.node()
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ graphene-django==2.15.0
gunicorn==20.1.0
Jinja2==3.1.2
Markdown==3.3.7
mkdocs-material==8.5.6
mkdocs-material==8.5.7
mkdocstrings[python-legacy]==0.19.0
netaddr==0.8.0
Pillow==9.2.0
psycopg2-binary==2.9.3
psycopg2-binary==2.9.5
PyYAML==6.0
sentry-sdk==1.9.10
sentry-sdk==1.10.1
social-auth-app-django==5.0.0
social-auth-core[openidconnect]==4.3.0
svgwrite==1.4.3
tablib==3.2.1
tzdata==2022.4
tzdata==2022.5

# Workaround for #7401
jsonschema==3.2.0
Expand Down

0 comments on commit eac2ace

Please sign in to comment.