From 0f7e88e58cb950f0355b0c4491b241e83132a96c Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Mon, 22 Apr 2013 00:49:20 +0000 Subject: [PATCH] bump to 1.1.8-beta git-svn-id: http://comictagger.googlecode.com/svn/trunk@614 6c5673fe-1810-88d6-992b-cd32ca31540c --- comictaggerlib/ctversion.py | 2 +- release_notes.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/comictaggerlib/ctversion.py b/comictaggerlib/ctversion.py index 58c8047..431934f 100644 --- a/comictaggerlib/ctversion.py +++ b/comictaggerlib/ctversion.py @@ -1,3 +1,3 @@ # This file should contan only these comments, and the line below. # Used by packaging makefiles and app -version="1.1.7-beta" +version="1.1.8-beta" diff --git a/release_notes.txt b/release_notes.txt index f23583f..5a2bd5d 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,11 @@ +--------------------------------- +1.1.8-beta - 21-Apr-2013 +--------------------------------- + * Handle occasional error 500 from Comic Vine by retrying a few times + * Nicer handling of colon (":") in file rename + * Fixed command-line option parsing issue for add-on scripts + * Misc bug fixes + --------------------------------- 1.1.7-beta - 12-Apr-2013 ---------------------------------