From 9bf7aa20fb56c4952b97cc2707992aa3bc696dba Mon Sep 17 00:00:00 2001 From: Davide Romanini Date: Wed, 25 Sep 2019 00:49:52 +0200 Subject: [PATCH] bump version to 1.2.0 --- README.md | 16 ++++++++++++++-- comictaggerlib/ctversion.py | 2 +- current_version.txt | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 324ec43..217f854 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ -A fork from the primary dev branch at https://github.com/davide-romanini/comictagger -Changes: +ComicTagger is a multi-platform app for writing metadata to digital comics, written in Python and PyQt. + +Features: + +* Runs on Mac OSX, Microsoft Windows, and Linux systems +* Communicates with an online database (Comic Vine) for acquiring metadata +* Uses image processing to automatically match a given archive with the correct issue data +* Batch processing in the GUI for tagging hundreds or more comics at a time +* Reads and writes multiple tagging schemes (ComicBookLover and ComicRack). +* Reads and writes RAR and Zip archives (external tools needed for writing RAR) +* Can run without PyQt5 installed + + +Recent changes: - Ported to Python 3 - Ported to PyQt5 - Added more application and GUI awareness of the unrar library, and removed references to the old scheme that used the unrar executable. diff --git a/comictaggerlib/ctversion.py b/comictaggerlib/ctversion.py index 20584d6..adf9382 100644 --- a/comictaggerlib/ctversion.py +++ b/comictaggerlib/ctversion.py @@ -1,3 +1,3 @@ # This file should contain only these comments, and the line below. # Used by packaging makefiles and app -version = "1.1.32-rc1" \ No newline at end of file +version = "1.2.0" \ No newline at end of file diff --git a/current_version.txt b/current_version.txt index 04cdfd2..26aaba0 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -1.1.16-beta-rc +1.2.0