diff --git a/HISTORY.rst b/HISTORY.rst index 5642693..f71aabe 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ------- +0.4.0 (2013-08-15) +++++++++++++++++++ + +- Sending single branch instead of multiple tags + + 0.3.1 (2013-08-08) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 45971d2..e5f7940 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -12,7 +12,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '0.3.1' +__version__ = '0.4.0' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2013 Alan Hamlett'