Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Apr 16, 2014
1 parent aa24602 commit 9422a9b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
v0.1.2
More distribution tweaks
v0.1.0
Initial release

v0.1.1
Tweak distribution crap to be more Pythonic

v0.1.0
Initial release
v0.1.2
More distribution tweaks

v0.1.5
Require a version of httplib2 that includes the DigiCert root certs.
Add TRELLO_SCOPE to env. variable to util.py
add vim modelines to confirm with the broken PEP-8
Update README
Update README
Update readme
Updated the readme; updated TrelloClient argument changes in the test file
Changed name of util.test_oauth to create_oauth_token; can run the script from command line
Changed order of arguments for TrelloClient constructor; changed arguments for Board.get_cards; open_cards, closed_cards, etc return all card fields by default (to reduce api calls); update comments
Added requirements.txt
oauth script works; add option for expiration
Code reformatting - changed tabs to whitespaces.
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.1.4",
version = "0.1.5",

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

0 comments on commit 9422a9b

Please sign in to comment.