Skip to content

Commit

Permalink
version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cges30901 committed Sep 7, 2018
1 parent ef534ca commit 85e0fc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
version 0.3.1 2018.09.07
-update Chinese (Traditional) translation
-include more files in MANIFEST.in

version 0.3.0 2018.09.06
-set mediabox correctly if page is rotated

Expand Down
2 changes: 1 addition & 1 deletion pdfhandoutcrop/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def on_actionAbout_Qt_triggered(self):

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

setup(
name='pdfhandoutcrop',
version='0.3.0',
version='0.3.1',
description='A tool to crop pdf handout with multiple pages per sheet',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 85e0fc7

Please sign in to comment.