Bump to v0.6.1

This commit is contained in:
sneakypete81 2014-02-02 21:10:55 +00:00
parent d91601f67b
commit ab7d89cad8
2 changed files with 9 additions and 1 deletions

View file

@ -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)

View file

@ -1,2 +1,2 @@
"""Current version string""" """Current version string"""
__version__ = "0.6.1" __version__ = "0.6.2"