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