From 39f74137def06909d2afd2a38f3959742748c939 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 11 Feb 2013 19:55:29 +0100 Subject: [PATCH] Bump up version. --- doc/changelog.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 526d2d0dd..c79095aa0 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,6 @@ +Dosage 1.11 (released xx.xx.2013) + + Dosage 1.10 (released 10.2.2013) Features: diff --git a/setup.py b/setup.py index f0908d699..6f56ab5c1 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.10' +AppVersion = '1.11' AppName = 'Dosage' py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',