diff --git a/doc/changelog.txt b/doc/changelog.txt index 40a6e6168..bc3d439eb 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,4 @@ -Dosage 2.9 (released xx.xx.2013) +Dosage 2.9 (released 22.12.2013) Features: - events: Ensure maximum display width on RSS and HTML images. diff --git a/dosage.freecode b/dosage.freecode index eff208096..c96faf9ac 100644 --- a/dosage.freecode +++ b/dosage.freecode @@ -1,5 +1,5 @@ Project: dosage -Version: 2.8 +Version: 2.9 Hide: N Website-URL: http://wummel.github.io/dosage/ Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt @@ -7,4 +7,7 @@ Source-Package-URL: http://wummel.github.io/dosage/dist/dosage-${version}.tar.gz GIT-Tree-URL: https://github.com/wummel/dosage.git Windows-installer-URL: http://wummel.github.io/dosage/dist/dosage-${version}.exe -Add the ability to store text information with comic images. +This release adds support for the following comics: EdmundFinney, +Gaia, GaiaGerman, InternetWebcomic, +NotInventedHere, RedsPlanet, RomanticallyApocalyptic, +ScandinaviaAndTheWorld, TheGamerCat and Weregeek diff --git a/setup.py b/setup.py index 43a318920..c648f0a75 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.8' +AppVersion = '2.9' AppName = 'Dosage' py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',