We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46bb8a1 + aae7e9d commit 3fcb2d4Copy full SHA for 3fcb2d4
PyPDFForm/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
"""Contains any object users might need."""
3
4
-__version__ = "1.4.37"
+__version__ = "1.5.0"
5
6
from .wrapper import FormWrapper, PdfWrapper
7
SECURITY.md
@@ -7,8 +7,8 @@ Please consider upgrading your version before reporting any potential vulnerabil
8
| Version | Supported |
9
|----------| ------------------ |
10
-| 1.4.37 | :white_check_mark: |
11
-| < 1.4.37 | :x: |
+| 1.5.0 | :white_check_mark: |
+| < 1.5.0 | :x: |
12
13
## Reporting a Vulnerability
14
mkdocs.yml
@@ -22,4 +22,4 @@ theme:
22
name: readthedocs
23
logo: img/logo.png
24
extra:
25
- version: v1.4.37
+ version: v1.5.0
0 commit comments