Skip to content

Commit

Permalink
0.1.103
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 27, 2022
1 parent 97b4cf4 commit 29ffabe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.1.103 (2022-05-27)
### Fix
* **hot-fix:** Skip imporper notes for punct normalization ([`d6d28fa`](https://github.com/Esukhia/pedurma/commit/d6d28fa8e1e57d7d79fc8f20c84bcdb40d7e921c))

## v0.1.102 (2022-05-25)
### Fix
* **hot-fix:** Punct notes are skipped for normalization ([`9546e62`](https://github.com/Esukhia/pedurma/commit/9546e626aa66a87c3e36327ae6cb48b942bc0380))
Expand Down
2 changes: 1 addition & 1 deletion pedurma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .texts import *
from .utils import *

__version__ = "0.1.102"
__version__ = "0.1.103"

0 comments on commit 29ffabe

Please sign in to comment.