Jeremy Stretch 1 anno fa
parent
commit
ad0e476788

+ 1 - 1
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -26,7 +26,7 @@ body:
     attributes:
       label: NetBox Version
       description: What version of NetBox are you currently running?
-      placeholder: v3.7.4
+      placeholder: v3.7.5
     validations:
       required: true
   - type: dropdown

+ 1 - 1
.github/ISSUE_TEMPLATE/feature_request.yaml

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

+ 1 - 1
docs/release-notes/version-3.7.md

@@ -1,6 +1,6 @@
 # NetBox v3.7
 
-## v3.7.5 (FUTURE)
+## v3.7.5 (2024-04-04)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -28,7 +28,7 @@ from netbox.plugins import PluginConfig
 # Environment setup
 #
 
-VERSION = '3.7.5-dev'
+VERSION = '3.7.5'
 
 # Hostname
 HOSTNAME = platform.node()

BIN
netbox/translations/es/LC_MESSAGES/django.mo


File diff suppressed because it is too large
+ 167 - 169
netbox/translations/es/LC_MESSAGES/django.po


BIN
netbox/translations/fr/LC_MESSAGES/django.mo


File diff suppressed because it is too large
+ 167 - 169
netbox/translations/fr/LC_MESSAGES/django.po


BIN
netbox/translations/ja/LC_MESSAGES/django.mo


File diff suppressed because it is too large
+ 167 - 169
netbox/translations/ja/LC_MESSAGES/django.po


BIN
netbox/translations/pt/LC_MESSAGES/django.mo


File diff suppressed because it is too large
+ 167 - 169
netbox/translations/pt/LC_MESSAGES/django.po


BIN
netbox/translations/ru/LC_MESSAGES/django.mo


File diff suppressed because it is too large
+ 173 - 174
netbox/translations/ru/LC_MESSAGES/django.po


BIN
netbox/translations/tr/LC_MESSAGES/django.mo


File diff suppressed because it is too large
+ 167 - 169
netbox/translations/tr/LC_MESSAGES/django.po


+ 9 - 9
requirements.txt

@@ -2,34 +2,34 @@ bleach==6.1.0
 Django==4.2.11
 django-cors-headers==4.3.1
 django-debug-toolbar==4.3.0
-django-filter==24.1
+django-filter==24.2
 django-graphiql-debug-toolbar==0.2.0
 django-mptt==0.14.0
 django-pglocks==1.0.4
 django-prometheus==2.3.1
 django-redis==5.4.0
 django-rich==1.8.0
-django-rq==2.10.1
+django-rq==2.10.2
 django-taggit==5.0.1
 django-tables2==2.7.0
 django-timezone-field==6.1.0
 djangorestframework==3.14.0
-drf-spectacular==0.27.1
-drf-spectacular-sidecar==2024.3.4
+drf-spectacular==0.27.2
+drf-spectacular-sidecar==2024.4.1
 feedparser==6.0.11
 graphene-django==3.0.0
 gunicorn==21.2.0
 Jinja2==3.1.3
-Markdown==3.5.2
-mkdocs-material==9.5.13
-mkdocstrings[python-legacy]==0.24.1
+Markdown==3.6
+mkdocs-material==9.5.17
+mkdocstrings[python-legacy]==0.24.2
 netaddr==1.2.1
-Pillow==10.2.0
+Pillow==10.3.0
 psycopg[binary,pool]==3.1.18
 PyYAML==6.0.1
 requests==2.31.0
 social-auth-app-django==5.4.0
 social-auth-core[openidconnect]==4.5.3
 svgwrite==1.4.3
-tablib==3.5.0
+tablib==3.6.1
 tzdata==2024.1

Some files were not shown because too many files changed in this diff