Skip to content

Commit 781843e

Browse files
🔖 Bump up version to v0.1.3
1 parent 13faed0 commit 781843e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@
1010
# v0.1.2
1111

1212
- 🐛BugFix - IndexError of `scanlists` function
13+
14+
# v0.1.3
15+
16+
- 🐛 Fix `lists_item_replacer` - \#29
17+
- 🐛 Fix & ♻️refactor `replace_multi_period_abbreviations` - \#30
18+
- 🐛 Fix `abbreviation_replacer` - \#31
19+
- ✅ Add regression tests for issues

pysbd/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
33

44
__title__ = "pysbd"
5-
__version__ = "0.1.2"
5+
__version__ = "0.1.3"
66
__summary__ = "pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages."
77
__uri__ = "http://nipunsadvilkar.github.io/"
88
__author__ = "Nipun Sadvilkar"

0 commit comments

Comments
 (0)