From aae7e9d2931e7aaa264e55b3c6a92b0a4b001e7a Mon Sep 17 00:00:00 2001 From: Jinge Li <9894243+chinapandaman@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:46:35 +0000 Subject: [PATCH] PPF-784: 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 863db26c..91c29805 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.37" +__version__ = "1.5.0" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index ab08809b..086dc45a 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.37 | :white_check_mark: | -| < 1.4.37 | :x: | +| 1.5.0 | :white_check_mark: | +| < 1.5.0 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index f9a5246a..93292fec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.4.37 + version: v1.5.0