This commit is contained in:
Alan Hamlett 2014-12-05 02:34:23 -08:00
parent 67badc336c
commit 76b745c44e
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ History
-------
2.1.9 (2014-12-05)
++++++++++++++++++
- fix bug preventing offline heartbeats from being purged after uploaded
2.1.8 (2014-12-04)
++++++++++++++++++

View file

@ -13,7 +13,7 @@
from __future__ import print_function
__title__ = 'wakatime'
__version__ = '2.1.8'
__version__ = '2.1.9'
__author__ = 'Alan Hamlett'
__license__ = 'BSD'
__copyright__ = 'Copyright 2014 Alan Hamlett'