Updated version and changelog.

This commit is contained in:
Bastian Kleineidam 2012-12-20 08:36:53 +01:00
parent 5f7288ae27
commit b45d3453ba
3 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
Dosage 1.8 (released 19.12.2012)
Dosage 1.8 (released 20.12.2012)
Changes:
- comics: Add compatibility to requests module >= 1.0.

View file

@ -1,12 +1,12 @@
Project: dosage
Version: 1.7
Release-Focus: Major feature enhancements
Version: 1.8
Release-Focus: Minor bugfixes
Hide: N
Website-URL: https://github.com/wummel/dosage
Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
Tar/GZ-URL: XXX
Tar/GZ-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/dosage.git
Windows-installer-URL: XXX
Windows-installer-URL: http://github.com/downloads/wummel/dosage/dosage-${version}.exe
All of the comics have been fixed and the source code has been modernized.
Robots.txt protocol support has been added.
Dosage is now compatible with python requests module versions 1.x.
Several comics have also been updated.

View file

@ -24,7 +24,7 @@ from distutils.command.register import register
from distutils import util
from distutils.file_util import write_file
AppVersion = '1.7'
AppVersion = '1.8'
AppName = 'Dosage'
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',