Skip to content

Commit

Permalink
Merge pull request #498 from chinapandaman/PPF-497
Browse files Browse the repository at this point in the history
PPF-497: release 1.4.9
  • Loading branch information
chinapandaman authored Feb 14, 2024
2 parents c777709 + 79422f0 commit e03bb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8"
__version__ = "1.4.9"

from .wrapper import PdfWrapper, PyPDFForm
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ theme:
name: readthedocs
logo: img/logo.png
extra:
version: v1.4.8
version: v1.4.9

0 comments on commit e03bb4c

Please sign in to comment.