This commit is contained in:
Alan Hamlett 2015-02-12 18:37:01 -08:00
parent da74592ac4
commit ac9044845d
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ History
-------
4.0.0 (2015-02-12)
++++++++++++++++++
- use requests library instead of urllib2, so api SSL cert is verified
- new --notfile argument to support logging time without a real file
- new --proxy argument for https proxy support
3.0.5 (2015-01-13)
++++++++++++++++++

View File

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