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