Skip to content

Commit

Permalink
prep for 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Feb 18, 2017
1 parent fb4b612 commit 92637e1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,18 @@ v0.8.0
Add pytz in install_requires
Add update_comment for card.
Card.get_stats_by_list: sort card movements to get the time the card spends in each list

v0.9.0

Fix #172
Add missing initials for members of an organization (fixes #176)
Organizations do not have a 'closed' attribute
Implement partial search API
Improve documenation of TrelloClient.search return values
Eliminate unnecessary fetch calls for search results
Add position attribute to TrelloList's add_card method to allow creating cards in the top, bottom or an specific position of the list
Position must be optional in List.add_card. Adding new method move(position) that allows moving a List in a board
New operations: add and remove member of a board
New feature: move all list from a card to another list
Add remove due datetime from a card
Add the member type when calling board's get_members
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,20 @@
[view](https://github.com/sarumont/py-trello/commit/ef0a8762f01e07b34e4899f38a9054c55fa8b218) • Add pytz in install_requires
[view](https://github.com/sarumont/py-trello/commit/1d30a8799ed31a6684eb7c7fb9d4622fd1f0c1f6) • Add update_comment for card.
[view](https://github.com/sarumont/py-trello/commit/5600b154b5260f679e9db1fe35e1d6d487bee1cc) • Card.get_stats_by_list: sort card movements to get the time the card spends in each list


**0.9.0**


[view](https://github.com/sarumont/py-trello/commit/56aaff1e33c1a547251a0a6075398f610d62e362) • Fix #172
[view](https://github.com/sarumont/py-trello/commit/86ef2f0184bd690d7d0714c2109480e21761064a) • Add missing initials for members of an organization (fixes #176)
[view](https://github.com/sarumont/py-trello/commit/aac3b3d007ca0a5bbe6e426d9a8f7f3bcbd38cbf) • Organizations do not have a 'closed' attribute
[view](https://github.com/sarumont/py-trello/commit/a8bad96afc768584006d2f304f22d5bdc99e2fd6) • Implement partial search API
[view](https://github.com/sarumont/py-trello/commit/3d12518b632188b550631df68c35f5ad243dd780) • Improve documenation of TrelloClient.search return values
[view](https://github.com/sarumont/py-trello/commit/e023fded840d34c7f592b67a26e8685f4c279a09) • Eliminate unnecessary fetch calls for search results
[view](https://github.com/sarumont/py-trello/commit/8ef5552104548dd75706f2135e7a80814ee07f53) • Add position attribute to TrelloList's add_card method to allow creating cards in the top, bottom or an specific position of the list
[view](https://github.com/sarumont/py-trello/commit/f2524319894f22c523f5c316b04eb7527b948d1d) • Position must be optional in List.add_card. Adding new method move(position) that allows moving a List in a board
[view](https://github.com/sarumont/py-trello/commit/d1b6d46f139521f052248eef5f8e10b6f9094a9f) • New operations: add and remove member of a board
[view](https://github.com/sarumont/py-trello/commit/75c319370b63920cc0d00639aa887a6061e332a9) • New feature: move all list from a card to another list
[view](https://github.com/sarumont/py-trello/commit/aa8d01aa19e30cef5dcd5325c343980c49fd88c5) • Add remove due datetime from a card
[view](https://github.com/sarumont/py-trello/commit/562e8c35337825e0f4fd3a042e04d82839d05a12) • Add the member type when calling board's get_members
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.8.0",
version="0.9.0",

description='Python wrapper around the Trello API',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 92637e1

Please sign in to comment.