Bump up version.

This commit is contained in:
Bastian Kleineidam 2014-09-22 21:59:26 +02:00
parent 2e5114c2ec
commit bed49c19ad
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
Dosage 2.16 (released xx.xx.xxxx)
Dosage 2.15 (released 3.7.2014)
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.15'
AppVersion = '2.16'
AppName = 'dosage'
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',