Skip to content

Commit fda51a2

Browse files
Merge pull request #27 from mishaschwartz/0.2.0.rc
version 0.2.0.rc
2 parents 86130d7 + 04f0b02 commit fda51a2

File tree

7 files changed

+943
-681
lines changed

7 files changed

+943
-681
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ python:
33
- "3.6"
44
- "3.7"
55
- "3.8"
6-
# command to install dependencies
7-
install:
8-
- pip install pytest
9-
- pip install hypothesis
106
# command to run tests
117
script:
12-
- pytest
8+
- python setup.py test

Changelog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# Changelog
22

3-
##[v0.1.1]
3+
## [v0.2.0]
4+
- Added new methods for adding and removing extra marks (#15)
5+
- Rewrite everything to use the requests library (#26)
6+
7+
## [v0.1.1]
48
- Fixed bug which caused file uploads to be PUT requests by default instead of POST (#22)
59

6-
##[v0.1.0]
10+
## [v0.1.0]
711
- this release includes functions to call all API routes for MarkUs version 1.9.0 (#10, #12, #13, #14, #18)
812
- updated documentation to give correct instructions for pip installation (#11)
913
- made some functions private that should have been private initially (#17)
1014

11-
##[v0.0.1]
15+
## [v0.0.1]
1216
- initial release!
1317
- this release includes functions to call all API routes for MarkUs version 1.8.0

0 commit comments

Comments
 (0)