Skip to content

Commit

Permalink
Release v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Sep 26, 2023
1 parent 1a00765 commit 9e35cef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.6.2
placeholder: v3.6.3
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.6.2
placeholder: v3.6.3
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/version-3.6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NetBox v3.6

## v3.6.3 (FUTURE)
## v3.6.3 (2023-09-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 @@ -25,7 +25,7 @@
# Environment setup
#

VERSION = '3.6.3-dev'
VERSION = '3.6.3'

# Hostname
HOSTNAME = platform.node()
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ graphene-django==3.0.0
gunicorn==21.2.0
Jinja2==3.1.2
Markdown==3.3.7
mkdocs-material==9.3.2
mkdocs-material==9.4.2
mkdocstrings[python-legacy]==0.23.0
netaddr==0.9.0
Pillow==10.0.1
psycopg[binary,pool]==3.1.10
psycopg[binary,pool]==3.1.11
PyYAML==6.0.1
sentry-sdk==1.31.0
social-auth-app-django==5.3.0
Expand Down

0 comments on commit 9e35cef

Please sign in to comment.