Version bump

This commit is contained in:
Manuel Ebert 2013-11-03 14:39:35 -10:00
parent cabbbea694
commit 9356fb13fa
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
Changelog
=========
#### 1.6.1
* [Improved] Attempts to fix broken config files automatically
#### 1.6.0
* [Improved] Passwords are now saved in the key-chain. The `password` field in `.jrnl_config` is soft-deprecated.

View file

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