From 625ad844b92cd5a9de45c9f848e7f4524b517b31 Mon Sep 17 00:00:00 2001 From: Jerome Flesch Date: Sun, 5 Feb 2017 13:16:24 +0100 Subject: [PATCH] 1.1.1 Signed-off-by: Jerome Flesch --- ChangeLog | 3 +++ setup.py | 5 +++-- src/paperwork/frontend/aboutdialog/aboutdialog.glade | 2 +- src/paperwork/frontend/mainwindow/__init__.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa8d0486..85d05768 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2017/02/05 - 1.1.1: +- Fix document list refresh problem (mostly visible on Ubuntu) + 2017/01/30 - 1.1.0: - Windows: Activation mechanism has been disabled for now - Workarounds for Gtk-3.20.x / GLib 2.50 (Ubuntu): diff --git a/setup.py b/setup.py index a7334707..53f03e20 100755 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup( name="paperwork", # if you change the version, don't forget to + # * update the download_url in this file # * update the ChangeLog file # * update AUTHORS # * change it also in @@ -25,7 +26,7 @@ # * update the public key in # src/paperwork/frontend/activation/__init__.py:check_activation_key() # if required - version="1.1", + version="1.1.1", description=( "Using scanner and OCR to grep dead trees the easy way (Linux only)" ), @@ -51,7 +52,7 @@ keywords="scanner ocr gui", url="https://github.com/jflesch/paperwork", download_url=("https://github.com/jflesch/paperwork" - "/archive/unstable.tar.gz"), + "/archive/1.1.1.tar.gz"), classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications :: GTK", diff --git a/src/paperwork/frontend/aboutdialog/aboutdialog.glade b/src/paperwork/frontend/aboutdialog/aboutdialog.glade index eb3a6493..f5020a15 100644 --- a/src/paperwork/frontend/aboutdialog/aboutdialog.glade +++ b/src/paperwork/frontend/aboutdialog/aboutdialog.glade @@ -10,7 +10,7 @@ True dialog Paperwork - 1.1 + 1.1.1 Grep for Dead Trees diff --git a/src/paperwork/frontend/mainwindow/__init__.py b/src/paperwork/frontend/mainwindow/__init__.py index 6dbc646a..b2fd0387 100644 --- a/src/paperwork/frontend/mainwindow/__init__.py +++ b/src/paperwork/frontend/mainwindow/__init__.py @@ -79,7 +79,7 @@ logger = logging.getLogger(__name__) -__version__ = '1.1' +__version__ = '1.1.1' # during tests, we have multiple instatiations of MainWindow(), but we must