This commit is contained in:
Alan Hamlett 2015-03-03 13:22:28 -08:00
parent c8e8e705be
commit 4b67dd332e
2 changed files with 8 additions and 1 deletions

View file

@ -3,6 +3,13 @@ History
-------
4.0.1 (2015-03-03)
++++++++++++++++++
- upgrade requests library to v2.5.3 to fix SSL problem on CentOS
- new options for excluding and including directories
4.0.0 (2015-02-12)
++++++++++++++++++

View file

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