diff --git a/ChangeLog b/ChangeLog index 85d05768..d48a7321 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017/02/09 - 1.1.2: +- Doc date changing: Fix for Windows: Don't display the document will + renaming its folder --> it keeps a file descriptor opened to its PDF + file and prevent the renaming + 2017/02/05 - 1.1.1: - Fix document list refresh problem (mostly visible on Ubuntu) diff --git a/setup.py b/setup.py index 53f03e20..215896bb 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # * update the public key in # src/paperwork/frontend/activation/__init__.py:check_activation_key() # if required - version="1.1.1", + version="1.1.2", description=( "Using scanner and OCR to grep dead trees the easy way (Linux only)" ), @@ -52,7 +52,7 @@ keywords="scanner ocr gui", url="https://github.com/jflesch/paperwork", download_url=("https://github.com/jflesch/paperwork" - "/archive/1.1.1.tar.gz"), + "/archive/1.1.2.tar.gz"), classifiers=[ "Development Status :: 5 - Production/Stable", "Environment :: X11 Applications :: GTK", @@ -240,7 +240,7 @@ "pyocr >= 0.3.0", "pypillowfight", "termcolor", # used by paperwork-chkdeps - "paperwork-backend >= 1.1", + "paperwork-backend >= 1.1.2", # paperwork-chkdeps take care of all the dependencies that can't be # handled here. For instance: # - Dependencies using gobject introspection diff --git a/src/paperwork/frontend/aboutdialog/aboutdialog.glade b/src/paperwork/frontend/aboutdialog/aboutdialog.glade index f5020a15..358f8cc9 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.2 Grep for Dead Trees diff --git a/src/paperwork/frontend/mainwindow/__init__.py b/src/paperwork/frontend/mainwindow/__init__.py index b2fd0387..a4f277ca 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.1' +__version__ = '1.1.2' # during tests, we have multiple instatiations of MainWindow(), but we must