Pārlūkot izejas kodu

Release v3.1.11

jeremystretch 3 gadi atpakaļ
vecāks
revīzija
631de20a8d

+ 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.10
+      placeholder: v3.1.11
     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.10
+      placeholder: v3.1.11
     validations:
       required: true
   - type: dropdown

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

@@ -1,6 +1,6 @@
 # NetBox v3.1
 
-## v3.1.11 (FUTURE)
+## v3.1.11 (2022-04-05)
 
 ### Enhancements
 

+ 1 - 1
netbox/netbox/settings.py

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

+ 1 - 1
requirements.txt

@@ -18,7 +18,7 @@ gunicorn==20.1.0
 Jinja2==3.0.3
 Markdown==3.3.6
 markdown-include==0.6.0
-mkdocs-material==8.2.7
+mkdocs-material==8.2.8
 netaddr==0.8.0
 Pillow==9.0.1
 psycopg2-binary==2.9.3