From 6182e0f572c3b0ee9f4841af4624dd4ac571cdad Mon Sep 17 00:00:00 2001 From: Jinge Li <9894243+chinapandaman@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:23:40 +0000 Subject: [PATCH] PPF-724: 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 fd25bde0..67963401 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.33" +__version__ = "1.4.34" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index 89b3d417..14c44804 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.33 | :white_check_mark: | -| < 1.4.33 | :x: | +| 1.4.34 | :white_check_mark: | +| < 1.4.34 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index 140d1033..42e7bfc3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.4.33 + version: v1.4.34