diff --git a/PyPDFForm/__init__.py b/PyPDFForm/__init__.py index 863db26c..91c29805 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.37" +__version__ = "1.5.0" from .wrapper import FormWrapper, PdfWrapper diff --git a/SECURITY.md b/SECURITY.md index ab08809b..086dc45a 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.37 | :white_check_mark: | -| < 1.4.37 | :x: | +| 1.5.0 | :white_check_mark: | +| < 1.5.0 | :x: | ## Reporting a Vulnerability diff --git a/mkdocs.yml b/mkdocs.yml index f9a5246a..93292fec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -22,4 +22,4 @@ theme: name: readthedocs logo: img/logo.png extra: - version: v1.4.37 + version: v1.5.0