Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Sep 22, 2020
1 parent 1439838 commit efb8002
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.3 (22-09-2020)
- Fix minor typo in `Results` repr
### v0.3.2 (09-07-2020)
- Major improvement in iter_subjects, now more accurate parsing
### v0.3.1 (08-07-2020)
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.2"
__version__ = "0.3.3"

__all__ = [
"DataNotFoundError",
Expand Down

0 comments on commit efb8002

Please sign in to comment.