This commit is contained in:
Alan Hamlett 2015-03-07 19:19:29 -08:00
parent 2b744642c7
commit e079ef914d
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ History
-------
4.0.2 (2015-03-07)
++++++++++++++++++
- include cacert.pem file in pypi distribution for SSL with requests package
4.0.1 (2015-03-03)
++++++++++++++++++

View file

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