Parcourir la source

Release v3.1.10

jeremystretch il y a 3 ans
Parent
commit
20a6f6ac79

+ 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.1.9
+      placeholder: v3.1.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.1.9
+      placeholder: v3.1.10
     validations:
       required: true
   - type: dropdown

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

@@ -1,6 +1,6 @@
 # NetBox v3.1
 
-## v3.1.10 (FUTURE)
+## v3.1.10 (2022-03-25)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

@@ -19,7 +19,7 @@ from netbox.config import PARAMS
 # Environment setup
 #
 
-VERSION = '3.1.10-dev'
+VERSION = '3.1.10'
 
 # Hostname
 HOSTNAME = platform.node()

+ 2 - 2
requirements.txt

@@ -18,14 +18,14 @@ gunicorn==20.1.0
 Jinja2==3.0.3
 Markdown==3.3.6
 markdown-include==0.6.0
-mkdocs-material==8.2.5
+mkdocs-material==8.2.7
 netaddr==0.8.0
 Pillow==9.0.1
 psycopg2-binary==2.9.3
 PyYAML==6.0
 social-auth-app-django==5.0.0
 social-auth-core==4.2.0
-svgwrite==1.4.1
+svgwrite==1.4.2
 tablib==3.2.0
 tzdata==2021.5