Skip to content

Commit

Permalink
Merge pull request #457 from chinapandaman/PPF-456
Browse files Browse the repository at this point in the history
PPF-456: release 1.4.4
  • Loading branch information
chinapandaman authored Jan 20, 2024
2 parents 6a91975 + 2b4dd22 commit 627b2b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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.3"
__version__ = "1.4.4"

from .wrapper import PdfWrapper, PyPDFForm
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ functionalities needed to interact with PDF forms:

It also supports other common utilities such as extracting pages and merging multiple PDFs together.

![Check out the GitHub repository for a live demo if you can't see it here.](https://github.com/chinapandaman/PyPDFForm/raw/master/demo.gif)

## User Guide

* [Installation and setup](install.md)
Expand Down

0 comments on commit 627b2b8

Please sign in to comment.