diff --git a/CHANGELOG b/CHANGELOG index f705343e..356ab393 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -165,4 +165,10 @@ RST hates me RST hates me it would help if I wasn't previewing on the master branch Added remove_attachment shortcut -Implement delete comments method on card \ No newline at end of file +Implement delete comments method on card +HEAD + +Encoding: use unicode everywhere +tests: add tox support +tests: replace use of deprecated assertEquals with assertEqual +README: formatting fixes \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dba98d28..79b9157a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -156,4 +156,12 @@ [view](https://github.com/sarumont/py-trello/commit/6db587d0c958e68585c56dd8cfa4e1e3c6e98ba6) • RST hates me [view](https://github.com/sarumont/py-trello/commit/bad3c778d468a3fde8c8fc208f947514bba67db3) • it would help if I wasn't previewing on the master branch [view](https://github.com/sarumont/py-trello/commit/751c6b77d6d0b52d0de39324522ab5022cc6b926) • Added remove_attachment shortcut -[view](https://github.com/sarumont/py-trello/commit/9fd36c064282cc8bbc6ae18267c33ed23a7cc2ea) • Implement delete comments method on card \ No newline at end of file +[view](https://github.com/sarumont/py-trello/commit/9fd36c064282cc8bbc6ae18267c33ed23a7cc2ea) • Implement delete comments method on card + +**HEAD** + + +[view](https://github.com/sarumont/py-trello/commit/1644e815c053c8d5476d1c58e850484c1fb1ae0e) • Encoding: use unicode everywhere +[view](https://github.com/sarumont/py-trello/commit/c566142399deda4b7de9441b13cc574510fc8e09) • tests: add tox support +[view](https://github.com/sarumont/py-trello/commit/a4c2fa0947ce66bd145bbf61a9f832cfc5529be1) • tests: replace use of deprecated assertEquals with assertEqual +[view](https://github.com/sarumont/py-trello/commit/0023119401dd2e04dd7d214cde583eca96a422de) • README: formatting fixes \ No newline at end of file diff --git a/setup.py b/setup.py index b24177d2..6d3bc082 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="py-trello", - version="0.5.1", + version="0.6.0", description='Python wrapper around the Trello API', long_description=open('README.rst').read(),