Skip to content

Commit

Permalink
:shipit: bump to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Oct 4, 2018
1 parent b16287a commit 595043f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Expand Up @@ -331,3 +331,8 @@ fixed customFields on cards
added default_lists as parameter to add_board
Add lazy loading for card.customFields
Add function for accessing new/existing custom fields of a card by name

v0.13.0

Add ability to pass custom query parameters to get_cards
fix #256 can't set attribute errror
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -341,3 +341,10 @@
[view](https://github.com/sarumont/py-trello/commit/758d133032bdb9b3d703058fb448dca2fd8592a5) • added default_lists as parameter to add_board
[view](https://github.com/sarumont/py-trello/commit/11d2d0881da14f8ef36ae217f2d80c777d01738f) • Add lazy loading for card.customFields
[view](https://github.com/sarumont/py-trello/commit/9cc1d5d8cafb3ccb7aae5e418d76e8bc8ab80756) • Add function for accessing new/existing custom fields of a card by name


**0.13.0**


[view](https://github.com/sarumont/py-trello/commit/b025d0f2e02da6c4e299642776ad9b9615df190a) • Add ability to pass custom query parameters to get_cards
[view](https://github.com/sarumont/py-trello/commit/8e2737e6998fc523476e036484fdc0ee7e4c830f) • fix #256 can't set attribute errror
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name="py-trello",
version="0.12.0",
version="0.13.0",

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

0 comments on commit 595043f

Please sign in to comment.