mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
v7.0.13
This commit is contained in:
parent
08394357b7
commit
f4b40089f3
@ -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,7 +7,7 @@ Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '7.0.12'
|
||||
__version__ = '7.0.13'
|
||||
|
||||
|
||||
import sublime
|
||||
|
Loading…
Reference in New Issue
Block a user