Skip to content

Commit

Permalink
prepare for release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Jul 8, 2020
1 parent d87d4e9 commit 083e29f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 86 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ python -m unittest Tests.tests
```

## Changelog
### v0.3.1 (08-07-2020)
- fix NoneType error while searching for institution code and name in `iter_results`
- API: remove `subject` attribute from `Marks`
- toJSON: now handle case where \_\_dict\_\_ is not present.
- API: add `toDict()` helper method to convert into python dict.
### v0.3 (08-07-2020) [Breaking Changes]
- API: remove unused `Student` class
- API: merge `Student` properties into `Result`.
Expand Down
Loading

0 comments on commit 083e29f

Please sign in to comment.