mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
v7.0.2
This commit is contained in:
parent
5ef2e6954e
commit
8af3b53937
@ -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 New Issue
Block a user