From 0533df08ca7281cc19e732e4f601a3b014f1490f Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 13 Dec 2013 15:33:56 +0100 Subject: [PATCH] v0.5.0 --- HISTORY.rst | 7 +++++++ wakatime/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index ba6dc3f..45d8389 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +0.5.0 (2013-12-13) +++++++++++++++++++ + +- Convert ~/.wakatime.conf to ~/.wakatime.cfg and use configparser format +- new [projectmap] section in cfg file for naming projects based on folders + + 0.4.10 (2013-11-13) +++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 96f69db..0f75011 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -14,7 +14,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '0.4.10' +__version__ = '0.5.0' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2013 Alan Hamlett'