Skip to content

Commit

Permalink
PPF-686: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Jul 9, 2024
1 parent 0b560d6 commit 42d82df
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,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Contains any object users might need."""

__version__ = "1.4.29"
__version__ = "1.4.30"

from .wrapper import FormWrapper, PdfWrapper
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.29 | :white_check_mark: |
| < 1.4.29 | :x: |
| 1.4.30 | :white_check_mark: |
| < 1.4.30 | :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.29
version: v1.4.30

0 comments on commit 42d82df

Please sign in to comment.