From 42d82df989216490f36bdd7905340f535a5bc4c3 Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Mon, 8 Jul 2024 19:50:09 -0500 Subject: [PATCH] PPF-686: 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 28120842..93151d17 100644 --- a/PyPDFForm/__init__.py +++ b/PyPDFForm/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """Contains any object users might need.""" -__version__ = "1.4.29" +__version__ = "1.4.30" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index 82e70b9b..0bfd2b37 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.29 | :white_check_mark: | -| < 1.4.29 | :x: | +| 1.4.30 | :white_check_mark: | +| < 1.4.30 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index 6b7cd2f8..a4f3963a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.4.29 + version: v1.4.30