v2.1.4
This commit is contained in:
parent
5dbb19eb50
commit
acaf539001
2 changed files with 13 additions and 1 deletions
12
HISTORY.rst
12
HISTORY.rst
|
@ -3,6 +3,18 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
2.1.4 (2014-11-12)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- when Python was not compiled with https support, log an error to the log file
|
||||||
|
|
||||||
|
|
||||||
|
2.1.3 (2014-11-10)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- correctly detect branch name for subversion projects
|
||||||
|
|
||||||
|
|
||||||
2.1.2 (2014-10-07)
|
2.1.2 (2014-10-07)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '2.1.3'
|
__version__ = '2.1.4'
|
||||||
__author__ = 'Alan Hamlett'
|
__author__ = 'Alan Hamlett'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
||||||
|
|
Loading…
Reference in a new issue