Skip to content

Commit

Permalink
PPF-679: opps
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Jun 26, 2024
1 parent 6f33ff5 commit d528b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 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 d528b2c

Please sign in to comment.