This commit is contained in:
Alan Hamlett 2016-04-19 00:24:37 +02:00
parent 6d48096989
commit ed6f42d0da
2 changed files with 10 additions and 2 deletions

View File

@ -3,6 +3,15 @@ History
-------
4.0.9 (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.
4.0.8 (2016-03-06)
++++++++++++++++++
@ -486,4 +495,3 @@ History
++++++++++++++++++
- Birth

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '4.0.8'
let s:VERSION = '4.0.9'
" Init {{{