From 9b71e6c54435babbc4a6f91f8c311460d1358e7a Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Sat, 13 Jul 2024 15:54:53 -0500 Subject: [PATCH] PPF-702: bump version --- PyPDFForm/__init__.py | 2 +- SECURITY.md | 4 ++-- mkdocs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PyPDFForm/__init__.py b/PyPDFForm/__init__.py index 01db70ab..0292b097 100644 --- a/PyPDFForm/__init__.py +++ b/PyPDFForm/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Contains any object users might need.""" -__version__ = "1.4.30" +__version__ = "1.4.31" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index 0bfd2b37..2e289bbe 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ Please consider upgrading your version before reporting any potential vulnerabil | Version | Supported | |----------| ------------------ | -| 1.4.30 | :white_check_mark: | -| < 1.4.30 | :x: | +| 1.4.31 | :white_check_mark: | +| < 1.4.31 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index a4f3963a..69ca6375 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.4.30 + version: v1.4.31