Skip to content

Commit 9e35cef

Browse files
committed
Release v3.6.3
1 parent 1a00765 commit 9e35cef

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v3.6.2
17+
placeholder: v3.6.3
1818
validations:
1919
required: true
2020
- type: dropdown

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v3.6.2
17+
placeholder: v3.6.3
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v3.6
22

3-
## v3.6.3 (FUTURE)
3+
## v3.6.3 (2023-09-26)
44

55
### Enhancements
66

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '3.6.3-dev'
28+
VERSION = '3.6.3'
2929

3030
# Hostname
3131
HOSTNAME = platform.node()

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ graphene-django==3.0.0
2121
gunicorn==21.2.0
2222
Jinja2==3.1.2
2323
Markdown==3.3.7
24-
mkdocs-material==9.3.2
24+
mkdocs-material==9.4.2
2525
mkdocstrings[python-legacy]==0.23.0
2626
netaddr==0.9.0
2727
Pillow==10.0.1
28-
psycopg[binary,pool]==3.1.10
28+
psycopg[binary,pool]==3.1.11
2929
PyYAML==6.0.1
3030
sentry-sdk==1.31.0
3131
social-auth-app-django==5.3.0

0 commit comments

Comments
 (0)