Bump up version.

This commit is contained in:
Bastian Kleineidam 2013-02-11 19:55:29 +01:00
parent 82ada5fba0
commit 39f74137de
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Dosage 1.11 (released xx.xx.2013)
Dosage 1.10 (released 10.2.2013)
Features:

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.10'
AppVersion = '1.11'
AppName = 'Dosage'
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',