This commit is contained in:
Alan Hamlett 2014-11-18 15:58:04 -08:00
parent 685ba447b4
commit d73ac29fa5
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
2.1.6 (2014-11-18)
++++++++++++++++++
- fix list index error when detecting subversion project
2.1.5 (2014-11-17)
++++++++++++++++++

View File

@ -13,7 +13,7 @@
from __future__ import print_function
__title__ = 'wakatime'
__version__ = '2.1.5'
__version__ = '2.1.6'
__author__ = 'Alan Hamlett'
__license__ = 'BSD'
__copyright__ = 'Copyright 2014 Alan Hamlett'