v5.0.0
This commit is contained in:
parent
77594700bd
commit
03acea6e25
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
|||
-------
|
||||
|
||||
|
||||
5.0.0 (2015-10-02)
|
||||
++++++++++++++++++
|
||||
|
||||
- improve logging with levels and log function
|
||||
- switch registry warnings to debug log level
|
||||
|
||||
|
||||
4.0.20 (2015-10-01)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '4.0.20'
|
||||
__version__ = '5.0.0'
|
||||
|
||||
|
||||
import sublime
|
||||
|
|
Loading…
Reference in a new issue