Skip to content

Commit

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

## Changelog
### v0.3.2 (09-07-2020)
- Major improvement in iter_subjects, now more accurate parsing
### 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`
Expand Down
2 changes: 1 addition & 1 deletion ggsipu_result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .objects import Marks, Result, Subject
from .util import toDict, toJSON

__version__ = "0.3.2rc1"
__version__ = "0.3.2"

__all__ = [
"DataNotFoundError",
Expand Down

0 comments on commit d480231

Please sign in to comment.