From 28b5d5e554990465af6ec21ad786c03087a4e0d2 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 29 Dec 2012 11:02:07 +0100 Subject: [PATCH] Bump up version. --- doc/changelog.txt | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 36e8f025e..bad4b21fc 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,10 @@ +Dosage 1.9 (released xx.xx.xxxx) + +Features: +- comics: Added AmazingSuperPowers strip. +- comics: Added PandyLand strip. + + Dosage 1.8 (released 20.12.2012) Changes: diff --git a/setup.py b/setup.py index f8ba22545..79938a079 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.8' +AppVersion = '1.9' AppName = 'Dosage' py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',