Version bump

This commit is contained in:
Manuel Ebert 2013-07-15 13:37:35 +02:00
parent de8caf08a6
commit a7e64dd756
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Changelog
=========
#### 1.1.2
* [Fixed] Timezone support for DayOne
#### 1.1.1
* [Fixed] Unicode and Python3 issues resolved.

View file

@ -7,7 +7,7 @@ jrnl is a simple journal application for your command line.
"""
__title__ = 'jrnl'
__version__ = '1.1.1'
__version__ = '1.2.0'
__author__ = 'Manuel Ebert'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2013 Manuel Ebert'