diff --git a/PyPDFForm/__init__.py b/PyPDFForm/__init__.py index f48a05be..fd25bde0 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.32" +__version__ = "1.4.33" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index 001feb68..89b3d417 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.32 | :white_check_mark: | -| < 1.4.32 | :x: | +| 1.4.33 | :white_check_mark: | +| < 1.4.33 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index 7ec39508..140d1033 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.4.32 + version: v1.4.33