Skip to content

Commit

Permalink
REL: 1.27.7
Browse files Browse the repository at this point in the history
Bug Fixes (BUG):
- Import exceptions from PyPDF2.errors in PyPDF2.utils (#780)

Code Style (STY):
-  Naming in 'make_changelog.py'
  • Loading branch information
MartinThoma committed Apr 19, 2022
1 parent 90683ed commit 4c78b54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.27.7, 2022-04-19
--------------------------

Bug Fixes (BUG):
- Import exceptions from PyPDF2.errors in PyPDF2.utils (#780)

Code Style (STY):
- Naming in 'make_changelog.py'

Version 1.27.6, 2022-04-18
--------------------------

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.6"
__version__ = "1.27.7"

0 comments on commit 4c78b54

Please sign in to comment.