This commit is contained in:
Alan Hamlett 2015-03-23 15:06:27 -07:00
parent 1a6f588d94
commit aa0b2d6d70
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
3.0.12 (2015-03-23)
+++++++++++++++++++
- always use unicode function from compat module when encoding log messages
3.0.11 (2015-03-23)
+++++++++++++++++++

View File

@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
Website: https://wakatime.com/
==========================================================="""
__version__ = '3.0.11'
__version__ = '3.0.12'
import sublime
import sublime_plugin