From 28da601ad3b59b1d83c2ce543e038088a7d9fa6c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 13 Nov 2013 10:43:42 -0800 Subject: [PATCH] v0.4.10 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 8603c9f..ba6dc3f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.4.10 (2013-11-13) ++++++++++++++++++++ + +- Placing .wakatime-project file in a folder will read the project's name from that file + + 0.4.9 (2013-10-27) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index d09b025..70e36f5 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -12,7 +12,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '0.4.9' +__version__ = '0.4.10' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2013 Alan Hamlett'