Updated version and changelog.
This commit is contained in:
parent
5f7288ae27
commit
b45d3453ba
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
Dosage 1.8 (released 19.12.2012)
|
Dosage 1.8 (released 20.12.2012)
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
- comics: Add compatibility to requests module >= 1.0.
|
- comics: Add compatibility to requests module >= 1.0.
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
Project: dosage
|
Project: dosage
|
||||||
Version: 1.7
|
Version: 1.8
|
||||||
Release-Focus: Major feature enhancements
|
Release-Focus: Minor bugfixes
|
||||||
Hide: N
|
Hide: N
|
||||||
Website-URL: https://github.com/wummel/dosage
|
Website-URL: https://github.com/wummel/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
|
||||||
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
|
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.
|
Dosage is now compatible with python requests module versions 1.x.
|
||||||
Robots.txt protocol support has been added.
|
Several comics have also been updated.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,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 = '1.7'
|
AppVersion = '1.8'
|
||||||
AppName = 'Dosage'
|
AppName = 'Dosage'
|
||||||
|
|
||||||
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
||||||
|
|
Loading…
Reference in a new issue