Bump up version.

This commit is contained in:
Bastian Kleineidam 2013-04-02 22:58:21 +02:00
parent dbf2052241
commit a1860e15d9
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
Dosage 2.0 (released xx.xx.2013)
Dosage 1.15 (released 1.4.2013)
Features:

View file

@ -33,7 +33,7 @@ from distutils.command.register import register
from distutils import util
from distutils.file_util import write_file
AppVersion = '1.15'
AppVersion = '2.0'
AppName = 'Dosage'
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',