v4.0.9
This commit is contained in:
parent
6d48096989
commit
ed6f42d0da
2 changed files with 10 additions and 2 deletions
10
HISTORY.rst
10
HISTORY.rst
|
@ -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
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
" Website: https://wakatime.com/
|
||||
" ============================================================================
|
||||
|
||||
let s:VERSION = '4.0.8'
|
||||
let s:VERSION = '4.0.9'
|
||||
|
||||
|
||||
" Init {{{
|
||||
|
|
Loading…
Reference in a new issue