v6.0.3
This commit is contained in:
parent
53e8bb04e9
commit
835c7db864
2 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,14 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
6.0.3 (2016-01-11)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- upgrade wakatime-cli core to v4.1.10
|
||||||
|
- accept 201 or 202 response codes as success from api
|
||||||
|
- upgrade requests package to v2.9.1
|
||||||
|
|
||||||
|
|
||||||
6.0.2 (2016-01-06)
|
6.0.2 (2016-01-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '6.0.2'
|
__version__ = '6.0.3'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue