Skip to content

Commit

Permalink
bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nMustaki committed Jul 23, 2015
1 parent c667b6f commit abe08b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ broken code into multiple files
broken tests into multiple files + change board test list behavior (each run create a new list)
FIX saner way to deal with circular import between list/card
Add myself to contributors list and cleanup setup.py

v0.4.1

FIX bugs from breaking up code
FIX bug when testing card due datetime
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.0",
version="0.4.1",

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

0 comments on commit abe08b6

Please sign in to comment.