Bump up version

This commit is contained in:
Bastian Kleineidam 2014-03-04 20:55:30 +01:00
parent 348dd5e6c0
commit 7b76a87122
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Dosage 2.13 (released xx.xx.2014)
Dosage 2.13 (released 3.3.2014)
Features:
- comics: Added OhJoySexToy, TheGentlemansArmchair, Underling, DongeonsAndDenizens,

View file

@ -1,5 +1,5 @@
Project: dosage
Version: 2.12
Version: 2.13
Hide: N
Website-URL: http://wummel.github.io/dosage/
Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
@ -7,4 +7,5 @@ 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
Some comics have been fixed.
Severalcomics have been added and fixed. Pressing Ctrl-C now cancels all
download threads.

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