Skip to content

Commit a5a3038

Browse files
committed
Versioning for 1.20
1 parent 769abb4 commit a5a3038

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
Version 1.20, 2014-01-??
1+
Version 1.20, 2014-01-28
22
------------------------
33

4-
- Many Python 3 support changes (with contributions from TWAC and cgammans)
4+
- Official Python 3+ support (with contributions from TWAC and cgammans)
5+
Support for Python versions 2.6 and 2.7 will be maintained
56

6-
- Updated FAQ; link included in README
7+
- Command line concatenation (see pdfcat in sample code) (by Steve Witham)
78

8-
- Allow more (unnecessary) escape sequences
9+
- New FAQ; link included in README
10+
11+
- Allow more (although unnecessary) escape sequences
912

1013
- Prevent exception when reading a null object in decoding parameters
1114

@@ -19,11 +22,18 @@ Version 1.20, 2014-01-??
1922

2023
- Additions to Sample Code and Sample PDFs
2124

22-
- changes to allow 2up script to work (by Dylan McNamee)
25+
- changes to allow 2up script to work (see sample code) (by Dylan McNamee)
2326

2427
- changes to metadata encoding (by Chris Hiestand)
2528

26-
- New methods for links: addLink() (by Enrico Lambertini) and ignoreLinks()
29+
- New methods for links: addLink() (by Enrico Lambertini) and removeLinks()
30+
31+
- Bugfix to handle nested bookmarks correctly (by Jamie Lentin)
32+
33+
- New methods removeImages() and removeText() available for PdfFileWriter
34+
(by Tien Ha�)
35+
36+
- Exception handling for illegal characters in Name Objects
2737

2838

2939
Version 1.19, 2013-10-08

PyPDF2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.20b'
1+
__version__ = '1.20'
22

0 commit comments

Comments
 (0)