Skip to content

Commit

Permalink
Merge pull request #710 from chinapandaman/PPF-709
Browse files Browse the repository at this point in the history
PPF-709: release 1.4.32
  • Loading branch information
chinapandaman authored Aug 21, 2024
2 parents 7a115a8 + 986c3e6 commit 7c0139e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PyPDFForm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Contains any object users might need."""

__version__ = "1.4.31"
__version__ = "1.4.32"

from .wrapper import FormWrapper, PdfWrapper

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Please consider upgrading your version before reporting any potential vulnerabil

| Version | Supported |
|----------| ------------------ |
| 1.4.31 | :white_check_mark: |
| < 1.4.31 | :x: |
| 1.4.32 | :white_check_mark: |
| < 1.4.32 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ theme:
name: readthedocs
logo: img/logo.png
extra:
version: v1.4.31
version: v1.4.32

0 comments on commit 7c0139e

Please sign in to comment.