v7.0.2
This commit is contained in:
parent
5ef2e6954e
commit
8af3b53937
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
7.0.2 (2016-04-29)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- Prevent implicit unicode decoding from string format when logging output
|
||||||
|
from Python version check.
|
||||||
|
|
||||||
|
|
||||||
7.0.1 (2016-04-28)
|
7.0.1 (2016-04-28)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '7.0.1'
|
__version__ = '7.0.2'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue