From 7f9d6ede9d5d207a9af3bc171a80f5f04e1cee62 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 29 Sep 2015 03:13:04 -0700 Subject: [PATCH] v4.0.16 --- HISTORY.rst | 13 +++++++++++++ WakaTime.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index ef2035d..bde0c9b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,19 @@ History ------- +4.0.16 (2015-09-29) +++++++++++++++++++ + +- upgrade wakatime cli to v4.1.8 +- fix bug in guess_language function +- improve dependency detection +- default request timeout of 30 seconds +- new --timeout command line argument to change request timeout in seconds +- allow passing command line arguments using sys.argv +- fix entry point for pypi distribution +- new --entity and --entitytype command line arguments + + 4.0.15 (2015-08-28) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index b001a90..cc256e3 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -7,7 +7,7 @@ Website: https://wakatime.com/ ===========================================================""" -__version__ = '4.0.15' +__version__ = '4.0.16' import sublime