Skip to content

Commit

Permalink
update CHANGELOG, 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Jul 29, 2015
1 parent dc09734 commit 5f2ae86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,13 @@
[view](https://github.com/sarumont/py-trello/commit/be01f34b77d6af794eda4609503b410f3230c1bb) • Fix import bugs + bug in tests for card due date
[view](https://github.com/sarumont/py-trello/commit/abe08b6cc106e81443a52064f4a3c458c15bd63e) • bump to 0.4.1
[view](https://github.com/sarumont/py-trello/commit/ce85d3334f5172c5706e0c6bd568e1fd9e15854c) • fix unicode bug (tests for python3 are broken)


**v0.4.2**


[view](https://github.com/sarumont/py-trello/commit/f4ebdc41c03984516ce5bf4d7d73e962ab7a7b05) • card : checklists and comments are sorted; checklists and comments won't raise AttributeError if not already fetched; style nitpicking
[view](https://github.com/sarumont/py-trello/commit/daf6bbe704162e8684dc455ac904a56211e5e41d) • members : comments are sorted
[view](https://github.com/sarumont/py-trello/commit/a61fcf9f13f203c9934c9bb84b9f2f8d93deb78e) &bull; trelloclient : add optional import of PyOpenSSL useful for python < 2.7.9 and 3.2 to prevent security issues with openssl (More info : https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning)
[view](https://github.com/sarumont/py-trello/commit/40653c0fe8dfeebd987e1a4e61bbd68b1b4c3032) &bull; tests : more tests and broken into multiple files
[view](https://github.com/sarumont/py-trello/commit/880e7aeb6e337659e5459f3618f2961185ef57d2) &bull; Proposition of changelog for 0.4.2
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.4.1",
version="0.4.2",

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

0 comments on commit 5f2ae86

Please sign in to comment.