This commit is contained in:
Alan Hamlett 2014-02-05 00:57:38 -08:00
parent 7697b54e8e
commit f542e1a862
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ History
-------
1.0.0 (2014-02-05)
++++++++++++++++++
- detect project name and branch name from mercurial revision control
0.5.3 (2014-01-15)
++++++++++++++++++

View file

@ -13,7 +13,7 @@
from __future__ import print_function
__title__ = 'wakatime'
__version__ = '0.5.3'
__version__ = '1.0.0'
__author__ = 'Alan Hamlett'
__license__ = 'BSD'
__copyright__ = 'Copyright 2013 Alan Hamlett'