This commit is contained in:
Alan Hamlett 2014-11-30 22:22:39 -08:00
parent 8a09559364
commit 85856f2c53
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ History
------- -------
2.0.18 (2014-11-30)
++++++++++++++++++
- upgrade external wakatime package to v2.1.7
- upgrade pygments to v2.0.1
- always log an error when api key is incorrect
2.0.17 (2014-11-18) 2.0.17 (2014-11-18)
++++++++++++++++++ ++++++++++++++++++

View File

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