Version bump to 0.6.1
This commit is contained in:
parent
8bbb38df92
commit
acce9f5006
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
|||
Trovebox Python Library Changelog
|
||||
=================================
|
||||
|
||||
v0.6.1
|
||||
======
|
||||
* Perform user expansion when uploading files from the CLI (#59, #70)
|
||||
* Remove redundant import (#67, #69)
|
||||
* Functional test improvements (#68)
|
||||
|
||||
v0.6
|
||||
======
|
||||
* Support for many additional API endpoints (#56, #65)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
"""Current version string"""
|
||||
__version__ = "0.6"
|
||||
__version__ = "0.6.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue