diff --git a/doc/changelog.txt b/doc/changelog.txt index bdc5c27b0..8d498c871 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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, diff --git a/dosage.freecode b/dosage.freecode index 7f9dc67ee..8856ee551 100644 --- a/dosage.freecode +++ b/dosage.freecode @@ -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. diff --git a/setup.py b/setup.py index 06c993e9a..2e645eab1 100644 --- a/setup.py +++ b/setup.py @@ -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',