This commit is contained in:
Alan Hamlett 2014-12-23 05:19:47 -06:00
parent 48930ccb9e
commit 0f76334fc3
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
3.0.0 (2014-12-23)
++++++++++++++++++
- detect libraries and frameworks for C++, Java, .NET, PHP, and Python files
2.1.11 (2014-12-22) 2.1.11 (2014-12-22)
+++++++++++++++++++ +++++++++++++++++++

View File

@ -13,7 +13,7 @@
from __future__ import print_function from __future__ import print_function
__title__ = 'wakatime' __title__ = 'wakatime'
__version__ = '2.1.11' __version__ = '3.0.0'
__author__ = 'Alan Hamlett' __author__ = 'Alan Hamlett'
__license__ = 'BSD' __license__ = 'BSD'
__copyright__ = 'Copyright 2014 Alan Hamlett' __copyright__ = 'Copyright 2014 Alan Hamlett'