This commit is contained in:
Alan Hamlett 2016-09-23 08:37:30 +02:00
parent 7634be5446
commit 7755971d11
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
7.0.11 (2016-09-23)
++++++++++++++++++
- Handle UnicodeDecodeError when when logging. Related to #68.
7.0.10 (2016-09-22) 7.0.10 (2016-09-22)
++++++++++++++++++ ++++++++++++++++++

View File

@ -7,7 +7,7 @@ Website: https://wakatime.com/
===========================================================""" ==========================================================="""
__version__ = '7.0.10' __version__ = '7.0.11'
import sublime import sublime