From 24b270d876518d15773224b5d0d6c2206db29f64 Mon Sep 17 00:00:00 2001 From: Matthew Stamy Date: Tue, 31 Dec 2013 16:14:08 -0600 Subject: [PATCH] Updating ChangeLog and version --- CHANGELOG | 28 ++++++++++++++++++++++++++++ PyPDF2/_version.py | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 046b42e06..d229fa90b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,31 @@ +Version 1.20, 2014-01-?? +------------------------ + + - Many Python 3 support changes (with contributions from TWAC and cgammans) + + - Updated FAQ; link included in README + + - Allow more (unnecessary) escape sequences + + - Prevent exception when reading a null object in decoding parameters + + - Corrected error in reading destination types (added a slash since they + are name objects) + + - Corrected TypeError in scaleTo() method + + - addBookmark() method in PdfFileMerger now returns bookmark (so nested + bookmarks can be created) + + - Additions to Sample Code and Sample PDFs + + - changes to allow 2up script to work (by Dylan McNamee) + + - changes to metadata encoding (by Chris Hiestand) + + - New methods for links: addLink() (by Enrico Lambertini) and ignoreLinks() + + Version 1.19, 2013-10-08 ------------------------ diff --git a/PyPDF2/_version.py b/PyPDF2/_version.py index 9551a664c..2d096ec66 100644 --- a/PyPDF2/_version.py +++ b/PyPDF2/_version.py @@ -1,2 +1,2 @@ -__version__ = '1.19' +__version__ = '1.20b'