Skip to content

Commit 9d1592f

Browse files
serhii73Gallaecio
andauthored
Release 0.3.1 (#89)
* Release 0.3.1 * Update CHANGES.rst Co-authored-by: Adrián Chaves <adrian@chaves.io> * Update CHANGES.rst Co-authored-by: Adrián Chaves <adrian@chaves.io> --------- Co-authored-by: Adrián Chaves <adrian@chaves.io>
1 parent 5ba328f commit 9d1592f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.3.1

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changes
22
=======
33

4+
0.3.1 (2023-03-22)
5+
------------------
6+
7+
Improvements:
8+
- Add Python 3.10, 3.11 support (#83)
9+
- Add __version__ (#87)
10+
- Replace OrderedDict with dict (#88)
11+
12+
Fix:
13+
- Inconsistent white space handling around sentence separators following numbers (#76, #77)
14+
15+
416
0.3.0 (2022-10-20)
517
------------------
618

number_parser/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.3.1

0 commit comments

Comments
 (0)