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+
162017/02/05 - 1.1.1:
27- Fix document list refresh problem (mostly visible on Ubuntu)
38
Original file line number Diff line number Diff line change 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 ),
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" ,
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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 7979logger = 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
You can’t perform that action at this time.
0 commit comments