v4.0.2
This commit is contained in:
parent
2b744642c7
commit
e079ef914d
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue