1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Release v3.0.11

This commit is contained in:
jeremystretch
2021-11-24 13:25:57 -05:00
parent 416caa8f50
commit 57ccbf44b8
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ django-mptt==0.13.4
django-pglocks==1.0.4
django-prometheus==2.1.0
django-redis==5.0.0
django-rq==2.4.1
django-rq==2.5.1
django-tables2==2.4.1
django-taggit==1.5.1
django-timezone-field==4.2.1
@@ -16,7 +16,7 @@ drf-yasg[validation]==1.20.0
graphene_django==2.15.0
gunicorn==20.1.0
Jinja2==3.0.3
Markdown==3.3.4
Markdown==3.3.6
markdown-include==0.6.0
mkdocs-material==7.3.6
netaddr==0.8.0