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