v3.0.12
This commit is contained in:
parent
1a6f588d94
commit
aa0b2d6d70
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||
+++++++++++++++++++
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue