Skip to content

Commit

Permalink
Merge pull request #680 from chinapandaman/PPF-679
Browse files Browse the repository at this point in the history
PPF-679: release 1.4.29
  • Loading branch information
chinapandaman authored Jun 26, 2024
2 parents 5598533 + d528b2c commit cd04014
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.28"
__version__ = "1.4.29"

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.28 | :white_check_mark: |
| < 1.4.28 | :x: |
| 1.4.29 | :white_check_mark: |
| < 1.4.29 | :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.28
version: v1.4.29
2 changes: 1 addition & 1 deletion scripts/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BRANCH=$(git symbolic-ref HEAD 2>/dev/null)
BRANCH=${BRANCH##refs/heads/}

if python ./scripts/bump_version.py ${BRANCH} ; then
git add ./PyPDFForm/__init__.py mkdocs.yml
git add ./PyPDFForm/__init__.py mkdocs.yml SECURITY.md
git commit -m "${BRANCH}: bump version"
git push --set-upstream origin ${BRANCH}
fi

0 comments on commit cd04014

Please sign in to comment.