v4.0.1
This commit is contained in:
parent
c8e8e705be
commit
4b67dd332e
2 changed files with 8 additions and 1 deletions
|
@ -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)
|
4.0.0 (2015-02-12)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '4.0.0'
|
__version__ = '4.0.1'
|
||||||
__author__ = 'Alan Hamlett'
|
__author__ = 'Alan Hamlett'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
||||||
|
|
Loading…
Reference in a new issue