From 425a82eaad66d69bc473c2cbb40ea247115c8227 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 22 Dec 2013 13:42:59 +0100 Subject: [PATCH] Set release date --- doc/changelog.txt | 2 +- dosage.freecode | 7 +++++-- setup.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) 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',