Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cges30901 committed Jul 3, 2019
1 parent 0df0e33 commit 13e44b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 0.7.0 2019.07.03
-Allow user to use either PyPDF2 or PyMuPDF to crop
-other changes

version 0.6.0 2019.03.09
-Allow user to set order of pages
-minor improvement of auto detection
Expand Down
2 changes: 1 addition & 1 deletion pdfhandoutcrop.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# published by the Open Source Initiative.

Name: pdfhandoutcrop
Version: 0.6.0
Version: 0.7.0
Release: 0
License: GPL-3.0+
Summary: A tool to crop pdf handout with multiple pages per sheet
Expand Down
2 changes: 1 addition & 1 deletion pdfhandoutcrop/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def on_actionAbout_Qt_triggered(self):

@pyqtSlot()
def on_action_About_triggered(self):
version="0.6.0"
version="0.7.0"
QMessageBox.about(self, self.tr("About"), self.tr(
'''<h3>PdfHandoutCrop {0}</h3><br>
Author: Hsiu-Ming Chang<br>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pdfhandoutcrop',
version='0.6.0',
version='0.7.0',
description='A tool to crop pdf handout with multiple pages per sheet',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -22,7 +22,7 @@
author_email='cges30901@gmail.com',
license='GPLv3+',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Education',
'Intended Audience :: End Users/Desktop',
'Topic :: Education',
Expand Down

0 comments on commit 13e44b5

Please sign in to comment.