Release v3.0.10

This commit is contained in:
jeremystretch 2021-11-12 08:36:33 -05:00
parent daf6c8e327
commit 49e77841e0
5 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: NetBox version label: NetBox version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.0.9 placeholder: v3.0.10
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -14,7 +14,7 @@ body:
attributes: attributes:
label: NetBox version label: NetBox version
description: What version of NetBox are you currently running? description: What version of NetBox are you currently running?
placeholder: v3.0.9 placeholder: v3.0.10
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -1,6 +1,6 @@
# NetBox v3.0 # NetBox v3.0
## v3.0.10 (FUTURE) ## v3.0.10 (2021-11-12)
### Enhancements ### Enhancements

View File

@ -17,7 +17,7 @@ from django.core.validators import URLValidator
# Environment setup # Environment setup
# #
VERSION = '3.0.10-dev' VERSION = '3.0.10'
# Hostname # Hostname
HOSTNAME = platform.node() HOSTNAME = platform.node()

View File

@ -15,13 +15,13 @@ djangorestframework==3.12.4
drf-yasg[validation]==1.20.0 drf-yasg[validation]==1.20.0
graphene_django==2.15.0 graphene_django==2.15.0
gunicorn==20.1.0 gunicorn==20.1.0
Jinja2==3.0.2 Jinja2==3.0.3
Markdown==3.3.4 Markdown==3.3.4
markdown-include==0.6.0 markdown-include==0.6.0
mkdocs-material==7.3.6 mkdocs-material==7.3.6
netaddr==0.8.0 netaddr==0.8.0
Pillow==8.4.0 Pillow==8.4.0
psycopg2-binary==2.9.1 psycopg2-binary==2.9.2
PyYAML==6.0 PyYAML==6.0
svgwrite==1.4.1 svgwrite==1.4.1
tablib==3.1.0 tablib==3.1.0