From b45d3453ba1f805046c335650fa5470df208ca49 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Thu, 20 Dec 2012 08:36:53 +0100 Subject: [PATCH] Updated version and changelog. --- doc/changelog.txt | 2 +- dosage.freecode | 12 ++++++------ setup.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 5a6996392..36e8f025e 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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. diff --git a/dosage.freecode b/dosage.freecode index f460ec791..1f6dc0b19 100644 --- a/dosage.freecode +++ b/dosage.freecode @@ -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. diff --git a/setup.py b/setup.py index 6e4ec9909..db81322b7 100644 --- a/setup.py +++ b/setup.py @@ -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',