Version bump

This commit is contained in:
Manuel Ebert 2013-09-23 17:24:29 -07:00
parent 8f5082a919
commit f5826fb56b
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,11 @@
Changelog Changelog
========= =========
#### 1.5.5 #### 1.5.7
* [Improved] The `~` in journal config paths will now expand properly to e.g. `/Users/maebert`
#### 1.5.6
* [Fixed] Fixed a bug where on OS X, the timezone could only be accessed on administrator accounts. * [Fixed] Fixed a bug where on OS X, the timezone could only be accessed on administrator accounts.

View file

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