Skip to content

Commit 2f849fb

Browse files
Merge pull request #37 from mishaschwartz/v0.3.0
v0.3.0
2 parents 1ee7d37 + 0b827cc commit 2f849fb

File tree

6 files changed

+333
-253
lines changed

6 files changed

+333
-253
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.3.0]
4+
- Update routes to conform with MarkUs version 2.0+ (#35)
5+
- Fixed bug where request errors were being hidden by json parsing errors (#34)
6+
37
## [v0.2.1]
48
- Added new methods for managing starter files (#29)
59

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ $ pip install markusapi
1616
* the `url` of a running [MarkUs website](https://github.com/MarkUsProject/Markus)
1717
* your `api_key` (this can be obtained from the dashboard page of the MarkUs website)
1818

19+
## Compatibility
20+
* version 0.2 of this package is compatible with MarkUs version < 2.0
21+
* version 0.3 of this package is compatible with MarkUs version >= 2.0
22+
1923
## Usage Example
2024

2125
Create a new Markus Api object:

0 commit comments

Comments
 (0)