v6.0.0
This commit is contained in:
parent
284cdf3ce4
commit
4223f3575f
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
6.0.0 (2015-12-01)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- use embeddable Python instead of installing on Windows
|
||||||
|
|
||||||
|
|
||||||
5.0.1 (2015-10-06)
|
5.0.1 (2015-10-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '5.0.1'
|
__version__ = '6.0.0'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue