Bump up version.
This commit is contained in:
parent
0da595963c
commit
28b5d5e554
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
Dosage 1.9 (released xx.xx.xxxx)
|
||||
|
||||
Features:
|
||||
- comics: Added AmazingSuperPowers strip.
|
||||
- comics: Added PandyLand strip.
|
||||
|
||||
|
||||
Dosage 1.8 (released 20.12.2012)
|
||||
|
||||
Changes:
|
||||
|
|
2
setup.py
2
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.8'
|
||||
AppVersion = '1.9'
|
||||
AppName = 'Dosage'
|
||||
|
||||
py_excludes = ['doctest', 'unittest', 'Tkinter', 'pdb',
|
||||
|
|
Loading…
Reference in a new issue