From 0707e2dff0a05c6412fa53105f594444119a1510 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sat, 7 Sep 2013 19:05:31 -0700 Subject: [PATCH] v0.4.5 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3e0927f..9f4977b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.4.5 (2013-09-07) +++++++++++++++++++ + +- Fixed relative import error by adding packages directory to sys path + + 0.4.4 (2013-09-06) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 364658f..e333873 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -12,7 +12,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '0.4.4' +__version__ = '0.4.5' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2013 Alan Hamlett'