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

Release v2.11.1

This commit is contained in:
jeremystretch
2021-04-21 09:47:30 -04:00
parent e6930d9601
commit 2564818c3e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# NetBox v2.11 # NetBox v2.11
## v2.11.1 (FUTURE) ## v2.11.1 (2021-04-21)
### Enhancements ### Enhancements

View File

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

View File

@ -8,7 +8,7 @@ django-pglocks==1.0.4
django-prometheus==2.1.0 django-prometheus==2.1.0
django-rq==2.4.1 django-rq==2.4.1
django-tables2==2.3.4 django-tables2==2.3.4
django-taggit==1.3.0 django-taggit==1.4.0
django-timezone-field==4.1.2 django-timezone-field==4.1.2
djangorestframework==3.12.4 djangorestframework==3.12.4
drf-yasg[validation]==1.20.0 drf-yasg[validation]==1.20.0