Bump version.

This commit is contained in:
Bastian Kleineidam 2013-05-26 11:13:56 +02:00
parent 87e9e64701
commit b3e2ab1c93
3 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,11 @@
Dosage 2.3 (released xx.xx.2013) Dosage 2.3 (released 26.5.2013)
Features: Features:
- scripts: Added script to create a CBZ archive for a given comic - scripts: Added script to create a CBZ archive for a given comic
directory. directory.
Fixes: Fixes:
- comics: Fix LookingForGroup. - comics: Fix LookingForGroup and other comics.
Closes: GH bug #31 Closes: GH bug #31

View file

@ -1,5 +1,5 @@
Project: dosage Project: dosage
Version: 2.2 Version: 2.3
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,7 +7,5 @@ Source-Package-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.
GIT-Tree-URL: https://github.com/wummel/dosage.git GIT-Tree-URL: https://github.com/wummel/dosage.git
Windows-installer-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.exe Windows-installer-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.exe
The comics ARedTailsDream, Carciphona, Curtailed, GirlGenius, Some comics have been fixed and a script to generate CBZ archives has
Lackadaisy, SabrinaOnline, TheDreamlandChronicles, TwoGuysAndGuy been added.
and Unsound have been added. Comics which are not updated anymore
can now be marked and excluded from further update checks.

View file

@ -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.2' AppVersion = '2.3'
AppName = 'Dosage' AppName = 'Dosage'
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb', py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',