This commit is contained in:
Alan Hamlett 2013-10-14 21:52:53 -07:00
parent fe641d01d4
commit 46c5171d6a
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
-------
1.4.5 (2013-10-14)
++++++++++++++++++
- remove support for subversion projects on Windows to prevent cmd window popups
- ignore all errors from pygments library
1.4.4 (2013-10-13)
++++++++++++++++++

View File

@ -5,7 +5,7 @@ Maintainer: WakaTi.me <support@wakatime.com>
Website: https://www.wakati.me/
==========================================================="""
__version__ = '1.4.4'
__version__ = '1.4.5'
import sublime
import sublime_plugin