Bump to v0.6.1
This commit is contained in:
parent
d91601f67b
commit
ab7d89cad8
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
||||||
Trovebox Python Library Changelog
|
Trovebox Python Library Changelog
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
v0.6.2
|
||||||
|
======
|
||||||
|
* Support Unicode tags (#74, #77)
|
||||||
|
* Ensure lists inside parameters are UTF-8 encoded (#74, #77)
|
||||||
|
* Fix repr unicode handling (#75)
|
||||||
|
* Support unicode filenames (#72, #73)
|
||||||
|
* Add Pypy to unit testing list (#78)
|
||||||
|
|
||||||
v0.6.1
|
v0.6.1
|
||||||
======
|
======
|
||||||
* Perform user expansion when uploading files from the CLI (#59, #70)
|
* Perform user expansion when uploading files from the CLI (#59, #70)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
"""Current version string"""
|
"""Current version string"""
|
||||||
__version__ = "0.6.1"
|
__version__ = "0.6.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue