Set release date
This commit is contained in:
parent
732b50811d
commit
425a82eaad
3 changed files with 7 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
Dosage 2.9 (released xx.xx.2013)
|
Dosage 2.9 (released 22.12.2013)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- events: Ensure maximum display width on RSS and HTML images.
|
- events: Ensure maximum display width on RSS and HTML images.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Project: dosage
|
Project: dosage
|
||||||
Version: 2.8
|
Version: 2.9
|
||||||
Hide: N
|
Hide: N
|
||||||
Website-URL: http://wummel.github.io/dosage/
|
Website-URL: http://wummel.github.io/dosage/
|
||||||
Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
|
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
|
GIT-Tree-URL: https://github.com/wummel/dosage.git
|
||||||
Windows-installer-URL: http://wummel.github.io/dosage/dist/dosage-${version}.exe
|
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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ from distutils.command.register import register
|
||||||
from distutils import util
|
from distutils import util
|
||||||
from distutils.file_util import write_file
|
from distutils.file_util import write_file
|
||||||
|
|
||||||
AppVersion = '2.8'
|
AppVersion = '2.9'
|
||||||
AppName = 'Dosage'
|
AppName = 'Dosage'
|
||||||
|
|
||||||
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
||||||
|
|
Loading…
Reference in a new issue