Release v2.10.9

This commit is contained in:
jeremystretch 2021-04-12 13:10:33 -04:00
parent 7ddcec3a0d
commit 7c29fb449e
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# NetBox v2.10 # NetBox v2.10
## v2.10.9 (FUTURE) ## v2.10.9 (2021-04-12)
### Enhancements ### Enhancements

View File

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

View File

@ -1,4 +1,4 @@
Django==3.1.7 Django==3.1.8
django-cacheops==5.1 django-cacheops==5.1
django-cors-headers==3.7.0 django-cors-headers==3.7.0
django-debug-toolbar==3.2 django-debug-toolbar==3.2
@ -6,17 +6,17 @@ django-filter==2.4.0
django-mptt==0.12.0 django-mptt==0.12.0
django-pglocks==1.0.4 django-pglocks==1.0.4
django-prometheus==2.1.0 django-prometheus==2.1.0
django-rq==2.4.0 django-rq==2.4.1
django-tables2==2.3.4 django-tables2==2.3.4
django-taggit==1.3.0 django-taggit==1.3.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
gunicorn==20.0.4 gunicorn==20.1.0
Jinja2==2.11.3 Jinja2==2.11.3
Markdown==3.3.4 Markdown==3.3.4
netaddr==0.8.0 netaddr==0.8.0
Pillow==8.1.2 Pillow==8.2.0
psycopg2-binary==2.8.6 psycopg2-binary==2.8.6
pycryptodome==3.10.1 pycryptodome==3.10.1
PyYAML==5.4.1 PyYAML==5.4.1