Skip to content

Commit

Permalink
bump versions and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Jul 11, 2016
1 parent c7907dd commit d4b37e6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit d4b37e6

Please sign in to comment.