Skip to content

Commit

Permalink
REL: 1.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 12, 2022
1 parent 1f00794 commit e45e66b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Version 1.27.4, 2022-04-12
--------------------------

Bug fixes (BUG):

- Guard formatting of __init__.__doc__ string (#738)

Packaging (PKG):

- Add more precise license field to setup (#733)

Testing (TST):

- Add test for issue #297

Miscellaneous:

- DOC: Miscallenious ➔ Miscellaneous (Typo)
- TST: Fix CI triggering (master ➔ main) (#739)
- STY: Fix various style issues (#742)

All changes: https://github.com/py-pdf/PyPDF2/compare/1.27.3...1.27.4

Version 1.27.0, 2022-04-07
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion PyPDF2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.27.3"
__version__ = "1.27.4"

0 comments on commit e45e66b

Please sign in to comment.