Skip to content

Commit

Permalink
PPF-731: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Sep 21, 2024
1 parent 4e7fa38 commit 913a93a
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.34"
__version__ = "1.4.35"

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.34 | :white_check_mark: |
| < 1.4.34 | :x: |
| 1.4.35 | :white_check_mark: |
| < 1.4.35 | :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.34
version: v1.4.35

0 comments on commit 913a93a

Please sign in to comment.