Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 9, 2021
1 parent 135210e commit 525d607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.1.7 (2021-05-09)
### Fix
* **index-update:** Index update method implemented ([`002e247`](https://github.com/Esukhia/pedurma/commit/002e247213b41f5830cb7e839ff23f0836aa96a2))
* **text:** Serializing only durchen and pagination annotation ([`6643938`](https://github.com/Esukhia/pedurma/commit/6643938d37e23602d875b9dfb76c133c775813e2))
* **save_text:** Saving text feature added ([`a1c9535`](https://github.com/Esukhia/pedurma/commit/a1c9535280af54acbb38bfbab35224cc867ef5ee))

## v0.1.6 (2021-05-06)
### Fix
* **notes:** Removed redundant methods ([`c48c66d`](https://github.com/Esukhia/pedurma/commit/c48c66d19b163a7c05b574d21a74139b86eef077))
Expand Down
2 changes: 1 addition & 1 deletion pedurma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .reconstruction import *
from .preprocess import *

__version__ = '0.1.6'
__version__ = '0.1.7'

0 comments on commit 525d607

Please sign in to comment.