From 47f141029cd69940312cdb6c56efc0ec2c5b8872 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 3 May 2015 17:05:29 +0800 Subject: [PATCH] 0.14.4 --- CMakeLists.txt | 2 +- test/test_output.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f99b1bb..ba88c68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and include_directories(${CMAKE_SOURCE_DIR}/src) -set(PDF2HTMLEX_VERSION "0.14.3") +set(PDF2HTMLEX_VERSION "0.14.4") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/test/test_output.py b/test/test_output.py index 2610268..0f5e2d2 100644 --- a/test/test_output.py +++ b/test/test_output.py @@ -14,7 +14,6 @@ class test_output(Common, unittest.TestCase): args = list(args) args.insert(0, os.path.join(self.TEST_DIR, 'test_output', input_file)) result = self.run_pdf2htmlEX(args) - print result if expected_output_files: self.assertItemsEqual(result['output_files'], expected_output_files)