Bump up version
This commit is contained in:
parent
348dd5e6c0
commit
7b76a87122
3 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
Dosage 2.13 (released xx.xx.2014)
|
Dosage 2.13 (released 3.3.2014)
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- comics: Added OhJoySexToy, TheGentlemansArmchair, Underling, DongeonsAndDenizens,
|
- comics: Added OhJoySexToy, TheGentlemansArmchair, Underling, DongeonsAndDenizens,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Project: dosage
|
Project: dosage
|
||||||
Version: 2.12
|
Version: 2.13
|
||||||
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,5 @@ 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
|
||||||
|
|
||||||
Some comics have been fixed.
|
Severalcomics have been added and fixed. Pressing Ctrl-C now cancels all
|
||||||
|
download threads.
|
||||||
|
|
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.12'
|
AppVersion = '2.13'
|
||||||
AppName = 'Dosage'
|
AppName = 'Dosage'
|
||||||
|
|
||||||
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
||||||
|
|
Loading…
Reference in a new issue