Bump version from 0.11.4 to 0.11.5

Features:
  - add --cauth argument to specify CAUTH cookie directly from command-line (#724)
This commit is contained in:
Yuri Bochkarev 2019-12-16 21:46:37 +01:00
parent eed6aafbb1
commit 58b8cacefb
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Change Log
## 0.11.5 (2019-12-16)
Features:
- add --cauth argument to specify CAUTH cookie directly from command-line (#724)
## 0.11.4 (2018-06-24)
Features:

View file

@ -1 +1 @@
__version__ = '0.11.4'
__version__ = '0.11.5'