Bump up version

This commit is contained in:
Bastian Kleineidam 2013-07-19 14:11:12 +02:00
parent d0279a5429
commit 7e77bce0a3
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
Dosage 2.6 (released xx.xx.2013)
Dosage 2.5 (released 18.7.2013)
Features:

View file

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