From 3076948917a6ce98ea1b7ff45825cc1e7de80e5e Mon Sep 17 00:00:00 2001 From: "mfenniak@stewart.local" Date: Tue, 2 Sep 2008 15:19:00 -0600 Subject: [PATCH] finish docs for 1.12 --- CHANGELOG | 7 +++++-- setup.py | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 051aabc..d426897 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,13 @@ -Version 1.12, 2008... ---------------------- +Version 1.12, 2008-09-02 +------------------------ - Added support for XMP metadata. - Fix reading files with xref streams with multiple /Index values. + - Fix extracting content streams that use graphics operators longer than 2 + characters. Affects merging PDF files. + Version 1.11, 2008-05-09 ------------------------ diff --git a/setup.py b/setup.py index bbf7e4c..291bfe7 100755 --- a/setup.py +++ b/setup.py @@ -20,13 +20,13 @@ setup( name="pyPdf", - version="1.12-prerelease-C", + version="1.12", description="PDF toolkit", long_description=long_description, author="Mathieu Fenniak", author_email="biziqe@mathieu.fenniak.net", url="http://pybrary.net/pyPdf/", - download_url="http://pybrary.net/pyPdf/pyPdf-1.11.tar.gz", + download_url="http://pybrary.net/pyPdf/pyPdf-1.12.tar.gz", classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",