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 +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ 2017/02/05 - 1.1.1:
2+ - Fix document list refresh problem (mostly visible on Ubuntu)
3+
142017/01/30 - 1.1.0:
25- Windows: Activation mechanism has been disabled for now
36- Workarounds for Gtk-3.20.x / GLib 2.50 (Ubuntu):
Original file line number Diff line number Diff line change 1515setup (
1616 name = "paperwork" ,
1717 # if you change the version, don't forget to
18+ # * update the download_url in this file
1819 # * update the ChangeLog file
1920 # * update AUTHORS
2021 # * change it also in
2526 # * update the public key in
2627 # src/paperwork/frontend/activation/__init__.py:check_activation_key()
2728 # if required
28- version = "1.1" ,
29+ version = "1.1.1 " ,
2930 description = (
3031 "Using scanner and OCR to grep dead trees the easy way (Linux only)"
3132 ),
5152 keywords = "scanner ocr gui" ,
5253 url = "https://github.com/jflesch/paperwork" ,
5354 download_url = ("https://github.com/jflesch/paperwork"
54- "/archive/unstable .tar.gz" ),
55+ "/archive/1.1.1 .tar.gz" ),
5556 classifiers = [
5657 "Development Status :: 5 - Production/Stable" ,
5758 "Environment :: X11 Applications :: GTK" ,
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</property >
13+ <property name =" version" >1.1.1 </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'
82+ __version__ = '1.1.1 '
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