Skip to content

Commit 35298b5

Browse files
committed
Bump version and update HISTORY.md
1 parent 4a47728 commit 35298b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Release History
44
master
55
------
66

7+
0.11.0 (2023-02-26)
8+
------------------
9+
10+
- Replace `PdfFileReader` with `PdfReader` and pin PyPDF to `>=3.0.0`. [#307](https://github.com/camelot-dev/camelot/pull/307) by [Martin Thoma](https://github.com/MartinThoma).
11+
12+
713
0.10.1 (2021-07-11)
814
------------------
915

camelot/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (0, 10, 1)
3+
VERSION = (0, 11, 0)
44
PRERELEASE = None # alpha, beta or rc
55
REVISION = None
66

0 commit comments

Comments
 (0)