v4.0.4
This commit is contained in:
parent
040a76b93c
commit
ac2ec0e73c
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
4.0.4 (2015-05-12)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- reuse SSL connection over multiple processes for improved performance
|
||||||
|
- upgrade wakatime cli to v4.0.11
|
||||||
|
|
||||||
|
|
||||||
4.0.3 (2015-05-06)
|
4.0.3 (2015-05-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '4.0.3'
|
__version__ = '4.0.4'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue