Ver Fonte

Release v3.3.10

jeremystretch há 3 anos atrás
pai
commit
5e32b39f25

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

@@ -14,7 +14,7 @@ body:
     attributes:
       label: NetBox version
       description: What version of NetBox are you currently running?
-      placeholder: v3.3.9
+      placeholder: v3.3.10
     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.3.9
+      placeholder: v3.3.10
     validations:
       required: true
   - type: dropdown

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

@@ -1,6 +1,6 @@
 # NetBox v3.3
 
-## v3.3.10 (FUTURE)
+## v3.3.10 (2022-12-13)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -29,7 +29,7 @@ django.utils.encoding.force_text = force_str
 # Environment setup
 #
 
-VERSION = '3.3.10-dev'
+VERSION = '3.3.10'
 
 # Hostname
 HOSTNAME = platform.node()

+ 2 - 2
requirements.txt

@@ -1,7 +1,7 @@
 bleach==5.0.1
 Django==4.0.8
 django-cors-headers==3.13.0
-django-debug-toolbar==3.7.0
+django-debug-toolbar==3.8.1
 django-filter==22.1
 django-graphiql-debug-toolbar==0.2.0
 django-mptt==0.14
@@ -29,7 +29,7 @@ sentry-sdk==1.11.1
 social-auth-app-django==5.0.0
 social-auth-core[openidconnect]==4.3.0
 svgwrite==1.4.3
-tablib==3.2.1
+tablib==3.3.0
 tzdata==2022.7
 
 # Workaround for #7401