This commit is contained in:
Alan Hamlett 2013-09-04 23:23:48 -07:00
parent 24e54e37c6
commit bf5de0761c
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
0.4.3 (2013-09-04)
++++++++++++++++++
- Encoding json as utf-8 before making request
0.4.2 (2013-09-04) 0.4.2 (2013-09-04)
++++++++++++++++++ ++++++++++++++++++

View File

@ -12,7 +12,7 @@
from __future__ import print_function from __future__ import print_function
__title__ = 'wakatime' __title__ = 'wakatime'
__version__ = '0.4.2' __version__ = '0.4.3'
__author__ = 'Alan Hamlett' __author__ = 'Alan Hamlett'
__license__ = 'BSD' __license__ = 'BSD'
__copyright__ = 'Copyright 2013 Alan Hamlett' __copyright__ = 'Copyright 2013 Alan Hamlett'