-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters