Skip to content

Commit

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

## Changelog
### v0.3 (08-07-2020) [Breaking Changes]
- API: remove unused `Student` class
- API: merge `Student` properties into `Result`.
### v0.2 (04-07-2020)
- add support for extraction of student's photo from pdfs
- API: new function `parse_result_pdf` to parse entire pdf in one go.
Expand Down
2 changes: 1 addition & 1 deletion ggsipu_result/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .objects import Subject, Result, Marks
from .util import toJSON

__version__ = "0.2"
__version__ = "0.3"


def iter_pages(pdf, start=0, end=0):
Expand Down

0 comments on commit 1c9ddee

Please sign in to comment.