From ef9b32819216a6fbf98b5bf946960dd4c7074e29 Mon Sep 17 00:00:00 2001 From: Jinge Li <9894243+chinapandaman@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:48:05 +0000 Subject: [PATCH] PPF-788: 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 91c29805..d3f46e25 100644 --- a/PyPDFForm/__init__.py +++ b/PyPDFForm/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Contains any object users might need.""" -__version__ = "1.5.0" +__version__ = "1.5.1" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index 086dc45a..5545b3e2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ Please consider upgrading your version before reporting any potential vulnerabil | Version | Supported | |----------| ------------------ | -| 1.5.0 | :white_check_mark: | -| < 1.5.0 | :x: | +| 1.5.1 | :white_check_mark: | +| < 1.5.1 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index 93292fec..54d99777 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.5.0 + version: v1.5.1