v6.0.8
This commit is contained in:
parent
cb7f786ec8
commit
f14ece63f3
2 changed files with 10 additions and 1 deletions
|
@ -3,6 +3,15 @@ History
|
|||
-------
|
||||
|
||||
|
||||
6.0.8 (2016-04-18)
|
||||
++++++++++++++++++
|
||||
|
||||
- Upgrade wakatime-cli to v5.0.0.
|
||||
- Support regex patterns in projectmap config section for renaming projects.
|
||||
- Upgrade pytz to v2016.3.
|
||||
- Upgrade tzlocal to v1.2.2.
|
||||
|
||||
|
||||
6.0.7 (2016-03-11)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '6.0.7'
|
||||
__version__ = '6.0.8'
|
||||
|
||||
|
||||
import sublime
|
||||
|
|
Loading…
Reference in a new issue