Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
v4.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Jan 6, 2016
1 parent 30b5f37 commit 88e253d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ History
-------


4.1.9 (2016-01-06)
++++++++++++++++++

- improve C# dependency detection
- correctly log exception tracebacks
- log all unknown exceptions to wakatime.log file
- disable urllib3 SSL warning from every request
- detect dependencies from golang files
- use api.wakatime.com for sending heartbeats


4.1.8 (2015-09-29)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion wakatime/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'wakatime'
__description__ = 'Common interface to the WakaTime api.'
__url__ = 'https://github.com/wakatime/wakatime'
__version_info__ = ('4', '1', '8')
__version_info__ = ('4', '1', '9')
__version__ = '.'.join(__version_info__)
__author__ = 'Alan Hamlett'
__author_email__ = 'alan@wakatime.com'
Expand Down

0 comments on commit 88e253d

Please sign in to comment.