We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba328f commit 9d1592fCopy full SHA for 9d1592f
.bumpversion.cfg
@@ -1,2 +1,2 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.3.1
CHANGES.rst
@@ -1,6 +1,18 @@
Changes
=======
3
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
16
0.3.0 (2022-10-20)
17
------------------
18
number_parser/VERSION
@@ -1 +1 @@
-0.3.0
+0.3.1
0 commit comments