diff --git a/PyPDFForm/__init__.py b/PyPDFForm/__init__.py index 67963401..3406ea7b 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.34" +__version__ = "1.4.35" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index 14c44804..a81bbff3 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.34 | :white_check_mark: | -| < 1.4.34 | :x: | +| 1.4.35 | :white_check_mark: | +| < 1.4.35 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index 42e7bfc3..d87e0042 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.4.34 + version: v1.4.35