v2.0.0
This commit is contained in:
parent
22766bb14b
commit
2e048319d7
2 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,12 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
2.0.0 (2014-05-25)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- offline time logging using sqlite3 to queue editor events
|
||||||
|
|
||||||
|
|
||||||
1.0.2 (2014-05-06)
|
1.0.2 (2014-05-06)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,10 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '1.0.2'
|
__version__ = '2.0.0'
|
||||||
__author__ = 'Alan Hamlett'
|
__author__ = 'Alan Hamlett'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copyright__ = 'Copyright 2013 Alan Hamlett'
|
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
||||||
|
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
|
|
Loading…
Reference in a new issue