Set release date

This commit is contained in:
Bastian Kleineidam 2013-12-22 13:42:59 +01:00
parent 732b50811d
commit 425a82eaad
3 changed files with 7 additions and 4 deletions

View file

@ -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.

View file

@ -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

View file

@ -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',