diff --git a/doc/changelog.txt b/doc/changelog.txt index 8863bdd5a..b1031e994 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,11 +1,11 @@ -Dosage 2.3 (released xx.xx.2013) +Dosage 2.3 (released 26.5.2013) Features: - scripts: Added script to create a CBZ archive for a given comic directory. Fixes: -- comics: Fix LookingForGroup. +- comics: Fix LookingForGroup and other comics. Closes: GH bug #31 diff --git a/dosage.freecode b/dosage.freecode index 8ce9130e0..20affa6a3 100644 --- a/dosage.freecode +++ b/dosage.freecode @@ -1,5 +1,5 @@ Project: dosage -Version: 2.2 +Version: 2.3 Hide: N Website-URL: http://wummel.github.io/dosage/ Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt @@ -7,7 +7,5 @@ Source-Package-URL: http://github.com/downloads/wummel/dosage/dosage-${version}. GIT-Tree-URL: https://github.com/wummel/dosage.git Windows-installer-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.exe -The comics ARedTailsDream, Carciphona, Curtailed, GirlGenius, -Lackadaisy, SabrinaOnline, TheDreamlandChronicles, TwoGuysAndGuy -and Unsound have been added. Comics which are not updated anymore -can now be marked and excluded from further update checks. +Some comics have been fixed and a script to generate CBZ archives has +been added. diff --git a/setup.py b/setup.py index 2a54b1b12..0a2c0c3a5 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ from distutils.command.register import register from distutils import util from distutils.file_util import write_file -AppVersion = '2.2' +AppVersion = '2.3' AppName = 'Dosage' py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',