Skip to content

Commit e531d3d

Browse files
authored
Release 0.3.0 (#81)
1 parent f8ae3ea commit e531d3d

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

CHANGES.rst

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
11
Changes
22
=======
3-
0.1.0 (2020-07-30)
3+
4+
0.3.0 (2022-10-20)
45
------------------
56

6-
Initial release.
7+
Improvements:
8+
- Added support for bigger numbers in Spanish (#43)
9+
- Added pytest flake8 (#44)
10+
- Refactored the code (#45)
11+
- Improved testing (#46)
12+
- Improved scripts (#47)
13+
- Added tests (#50, #72)
14+
- Added GitHub actions (#54, #55, #56, #57)
15+
- Added support for simple fractions (#60)
16+
17+
New features:
18+
- Added feature to parse numbers in Ukrainian (#79)
19+
20+
21+
0.2.1 (2020-08-25)
22+
------------------
23+
24+
Fix tokenization bug - Hindi
25+
726

827
0.2.0 (2020-08-18)
928
------------------
1029

1130
Ordinal Number Support
1231

1332

14-
0.2.1 (2020-08-25)
33+
0.1.0 (2020-07-30)
1534
------------------
1635

17-
Fix tokenization bug - Hindi
36+
Initial release.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='number-parser',
7-
version='0.2.1',
7+
version='0.3.0',
88
description='parse numbers written in natural language',
99
long_description=open('README.rst', encoding="utf8").read() + "\n\n" + open('CHANGES.rst').read(),
1010
author='Arnav Kapoor',

0 commit comments

Comments
 (0)