Skip to content

Commit 4c78b54

Browse files
committed
REL: 1.27.7
Bug Fixes (BUG): - Import exceptions from PyPDF2.errors in PyPDF2.utils (#780) Code Style (STY): - Naming in 'make_changelog.py'
1 parent 90683ed commit 4c78b54

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 1.27.7, 2022-04-19
2+
--------------------------
3+
4+
Bug Fixes (BUG):
5+
- Import exceptions from PyPDF2.errors in PyPDF2.utils (#780)
6+
7+
Code Style (STY):
8+
- Naming in 'make_changelog.py'
9+
110
Version 1.27.6, 2022-04-18
211
--------------------------
312

PyPDF2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.27.6"
1+
__version__ = "1.27.7"

0 commit comments

Comments
 (0)