This commit is contained in:
Alan Hamlett 2016-11-11 11:31:43 +01:00
parent 08394357b7
commit f4b40089f3
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
------- -------
7.0.13 (2016-11-11)
++++++++++++++++++
- Support old Sublime Text with Python 2.6.
- Fix bug that prevented reading default api key from existing config file.
7.0.12 (2016-10-24) 7.0.12 (2016-10-24)
++++++++++++++++++ ++++++++++++++++++

View File

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