jeremystretch 3 лет назад
Родитель
Сommit
6f0ae8a5b8

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

+ 1 - 1
base_requirements.txt

@@ -84,7 +84,7 @@ mkdocs-material
 
 # Introspection for embedded code
 # https://github.com/mkdocstrings/mkdocstrings
-mkdocstrings
+mkdocstrings<=0.17.0
 
 # Library for manipulating IP prefixes and addresses
 # https://github.com/netaddr/netaddr

+ 1 - 1
docs/release-notes/index.md

@@ -10,7 +10,7 @@ Minor releases are published in April, August, and December of each calendar yea
 
 This page contains a history of all major and minor releases since NetBox v2.0. For more detail on a specific patch release, please see the release notes page for that specific minor release.
 
-#### [Version 3.2](./version-3.2.md) (Pending Release)
+#### [Version 3.2](./version-3.2.md) (April 2022)
 
 * Plugins Framework Extensions ([#8333](https://github.com/netbox-community/netbox/issues/8333))
 * Modules & Module Types ([#7844](https://github.com/netbox-community/netbox/issues/7844))

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

@@ -1,6 +1,6 @@
 # NetBox v3.2
 
-## v3.2.0 (FUTURE)
+## v3.2.0 (2022-04-05)
 
 !!! warning "Python 3.8 or Later Required"
     NetBox v3.2 requires Python 3.8 or later.

+ 1 - 1
netbox/netbox/settings.py

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

+ 3 - 3
requirements.txt

@@ -15,20 +15,20 @@ djangorestframework==3.13.1
 drf-yasg[validation]==1.20.0
 graphene-django==2.15.0
 gunicorn==20.1.0
-Jinja2==3.0.3
+Jinja2==3.1.1
 Markdown==3.3.6
 markdown-include==0.6.0
 mkdocs-material==8.2.8
 mkdocstrings==0.17.0
 netaddr==0.8.0
-Pillow==9.0.1
+Pillow==9.1.0
 psycopg2-binary==2.9.3
 PyYAML==6.0
 social-auth-app-django==5.0.0
 social-auth-core==4.2.0
 svgwrite==1.4.2
 tablib==3.2.0
-tzdata==2021.5
+tzdata==2022.1
 
 # Workaround for #7401
 jsonschema==3.2.0