diff --git a/HISTORY.rst b/HISTORY.rst index a3966b6..b5f88ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,19 @@ History ------- +2.0.3 (2014-06-18) +++++++++++++++++++ + +- use project from command line arg when no revision control project is found + + +2.0.2 (2014-06-09) +++++++++++++++++++ + +- include python3.2 compatible versions of simplejson, pytz, and tzlocal +- disable offline logging when Python was not compiled with sqlite3 module + + 2.0.1 (2014-05-26) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index dfd6b5c..5e78568 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.0.2' +__version__ = '2.0.3' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'