Skip to content

Commit 49e7784

Browse files
committed
Release v3.0.10
1 parent daf6c8e commit 49e7784

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.0.9
17+
placeholder: v3.0.10
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.0.9
17+
placeholder: v3.0.10
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-3.0.md

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

3-
## v3.0.10 (FUTURE)
3+
## v3.0.10 (2021-11-12)
44

55
### Enhancements
66

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Environment setup
1818
#
1919

20-
VERSION = '3.0.10-dev'
20+
VERSION = '3.0.10'
2121

2222
# Hostname
2323
HOSTNAME = platform.node()

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ djangorestframework==3.12.4
1515
drf-yasg[validation]==1.20.0
1616
graphene_django==2.15.0
1717
gunicorn==20.1.0
18-
Jinja2==3.0.2
18+
Jinja2==3.0.3
1919
Markdown==3.3.4
2020
markdown-include==0.6.0
2121
mkdocs-material==7.3.6
2222
netaddr==0.8.0
2323
Pillow==8.4.0
24-
psycopg2-binary==2.9.1
24+
psycopg2-binary==2.9.2
2525
PyYAML==6.0
2626
svgwrite==1.4.1
2727
tablib==3.1.0

0 commit comments

Comments
 (0)