diff --git a/HISTORY.rst b/HISTORY.rst index eeb9475..5de1b64 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 80986d6..123a0e5 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -12,7 +12,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '0.4.2' +__version__ = '0.4.3' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2013 Alan Hamlett'