-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from mishaschwartz/0.2.0.rc
version 0.2.0.rc
- Loading branch information
Showing
7 changed files
with
943 additions
and
681 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
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,13 +1,17 @@ | ||
# Changelog | ||
|
||
##[v0.1.1] | ||
## [v0.2.0] | ||
- Added new methods for adding and removing extra marks (#15) | ||
- Rewrite everything to use the requests library (#26) | ||
|
||
## [v0.1.1] | ||
- Fixed bug which caused file uploads to be PUT requests by default instead of POST (#22) | ||
|
||
##[v0.1.0] | ||
## [v0.1.0] | ||
- this release includes functions to call all API routes for MarkUs version 1.9.0 (#10, #12, #13, #14, #18) | ||
- updated documentation to give correct instructions for pip installation (#11) | ||
- made some functions private that should have been private initially (#17) | ||
|
||
##[v0.0.1] | ||
## [v0.0.1] | ||
- initial release! | ||
- this release includes functions to call all API routes for MarkUs version 1.8.0 |
Oops, something went wrong.