Skip to content

Commit 3fcb2d4

Browse files
Merge pull request #785 from chinapandaman/PPF-784
PPF-784: release 1.5.0
2 parents 46bb8a1 + aae7e9d commit 3fcb2d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

PyPDFForm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""Contains any object users might need."""
33

4-
__version__ = "1.4.37"
4+
__version__ = "1.5.0"
55

66
from .wrapper import FormWrapper, PdfWrapper
77

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Please consider upgrading your version before reporting any potential vulnerabil
77

88
| Version | Supported |
99
|----------| ------------------ |
10-
| 1.4.37 | :white_check_mark: |
11-
| < 1.4.37 | :x: |
10+
| 1.5.0 | :white_check_mark: |
11+
| < 1.5.0 | :x: |
1212

1313
## Reporting a Vulnerability
1414

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ theme:
2222
name: readthedocs
2323
logo: img/logo.png
2424
extra:
25-
version: v1.4.37
25+
version: v1.5.0

0 commit comments

Comments
 (0)