Version bump to 0.6.1

This commit is contained in:
sneakypete81 2013-12-08 16:31:41 +00:00
parent 8bbb38df92
commit acce9f5006
2 changed files with 7 additions and 1 deletions

View file

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

View file

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