Skip to content

Commit

Permalink
Merge pull request #725 from chinapandaman/PPF-724
Browse files Browse the repository at this point in the history
PPF-724: release 1.4.34
  • Loading branch information
chinapandaman authored Sep 15, 2024
2 parents 5951bcb + 6182e0f commit bd4dbed
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.33"
__version__ = "1.4.34"

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.33 | :white_check_mark: |
| < 1.4.33 | :x: |
| 1.4.34 | :white_check_mark: |
| < 1.4.34 | :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.33
version: v1.4.34

0 comments on commit bd4dbed

Please sign in to comment.