Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.

Commit 1aeef8b

Browse files
committed
1.1.2
Signed-off-by: Jerome Flesch <[email protected]>
1 parent a5979a1 commit 1aeef8b

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2017/02/09 - 1.1.2:
2+
- Doc date changing: Fix for Windows: Don't display the document will
3+
renaming its folder --> it keeps a file descriptor opened to its PDF
4+
file and prevent the renaming
5+
16
2017/02/05 - 1.1.1:
27
- Fix document list refresh problem (mostly visible on Ubuntu)
38

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# * update the public key in
2727
# src/paperwork/frontend/activation/__init__.py:check_activation_key()
2828
# if required
29-
version="1.1.1",
29+
version="1.1.2",
3030
description=(
3131
"Using scanner and OCR to grep dead trees the easy way (Linux only)"
3232
),
@@ -52,7 +52,7 @@
5252
keywords="scanner ocr gui",
5353
url="https://github.com/jflesch/paperwork",
5454
download_url=("https://github.com/jflesch/paperwork"
55-
"/archive/1.1.1.tar.gz"),
55+
"/archive/1.1.2.tar.gz"),
5656
classifiers=[
5757
"Development Status :: 5 - Production/Stable",
5858
"Environment :: X11 Applications :: GTK",
@@ -240,7 +240,7 @@
240240
"pyocr >= 0.3.0",
241241
"pypillowfight",
242242
"termcolor", # used by paperwork-chkdeps
243-
"paperwork-backend >= 1.1",
243+
"paperwork-backend >= 1.1.2",
244244
# paperwork-chkdeps take care of all the dependencies that can't be
245245
# handled here. For instance:
246246
# - Dependencies using gobject introspection

src/paperwork/frontend/aboutdialog/aboutdialog.glade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<property name="destroy_with_parent">True</property>
1111
<property name="type_hint">dialog</property>
1212
<property name="program_name">Paperwork</property>
13-
<property name="version">1.1.1</property>
13+
<property name="version">1.1.2</property>
1414
<property name="copyright" translatable="yes">
1515
</property>
1616
<property name="comments" translatable="yes">Grep for Dead Trees</property>

src/paperwork/frontend/mainwindow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
logger = logging.getLogger(__name__)
8080

8181

82-
__version__ = '1.1.1'
82+
__version__ = '1.1.2'
8383

8484

8585
# during tests, we have multiple instatiations of MainWindow(), but we must

0 commit comments

Comments
 (0)