This repository was archived by the owner on Dec 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
6
2017/02/05 - 1.1.1:
2
7
- Fix document list refresh problem (mostly visible on Ubuntu)
3
8
Original file line number Diff line number Diff line change 26
26
# * update the public key in
27
27
# src/paperwork/frontend/activation/__init__.py:check_activation_key()
28
28
# if required
29
- version = "1.1.1 " ,
29
+ version = "1.1.2 " ,
30
30
description = (
31
31
"Using scanner and OCR to grep dead trees the easy way (Linux only)"
32
32
),
52
52
keywords = "scanner ocr gui" ,
53
53
url = "https://github.com/jflesch/paperwork" ,
54
54
download_url = ("https://github.com/jflesch/paperwork"
55
- "/archive/1.1.1 .tar.gz" ),
55
+ "/archive/1.1.2 .tar.gz" ),
56
56
classifiers = [
57
57
"Development Status :: 5 - Production/Stable" ,
58
58
"Environment :: X11 Applications :: GTK" ,
240
240
"pyocr >= 0.3.0" ,
241
241
"pypillowfight" ,
242
242
"termcolor" , # used by paperwork-chkdeps
243
- "paperwork-backend >= 1.1" ,
243
+ "paperwork-backend >= 1.1.2 " ,
244
244
# paperwork-chkdeps take care of all the dependencies that can't be
245
245
# handled here. For instance:
246
246
# - Dependencies using gobject introspection
Original file line number Diff line number Diff line change 10
10
<property name =" destroy_with_parent" >True</property >
11
11
<property name =" type_hint" >dialog</property >
12
12
<property name =" program_name" >Paperwork</property >
13
- <property name =" version" >1.1.1 </property >
13
+ <property name =" version" >1.1.2 </property >
14
14
<property name =" copyright" translatable =" yes" >
15
15
</property >
16
16
<property name =" comments" translatable =" yes" >Grep for Dead Trees</property >
Original file line number Diff line number Diff line change 79
79
logger = logging .getLogger (__name__ )
80
80
81
81
82
- __version__ = '1.1.1 '
82
+ __version__ = '1.1.2 '
83
83
84
84
85
85
# during tests, we have multiple instatiations of MainWindow(), but we must
You can’t perform that action at this time.
0 commit comments