diff --git a/comictaggerlib/ctversion.py b/comictaggerlib/ctversion.py index 2d394d7..01b175f 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.3-beta" +version="1.1.4-beta" diff --git a/release_notes.txt b/release_notes.txt index 1e1b210..62495ee 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,9 @@ +--------------------------------- +1.1.4-beta - 27-Mar-2013 +--------------------------------- + * Updated to match the changes to the ComicVine API and result sets + * Better handling of weird issue numbers ("0.1", "6au") + --------------------------------- 1.1.3-beta - 25-Feb-2013 ---------------------------------