Skip to content

Commit

Permalink
Release 0.3.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 authored Oct 20, 2022
1 parent f8ae3ea commit e531d3d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
27 changes: 23 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
Changes
=======
0.1.0 (2020-07-30)

0.3.0 (2022-10-20)
------------------

Initial release.
Improvements:
- Added support for bigger numbers in Spanish (#43)
- Added pytest flake8 (#44)
- Refactored the code (#45)
- Improved testing (#46)
- Improved scripts (#47)
- Added tests (#50, #72)
- Added GitHub actions (#54, #55, #56, #57)
- Added support for simple fractions (#60)

New features:
- Added feature to parse numbers in Ukrainian (#79)


0.2.1 (2020-08-25)
------------------

Fix tokenization bug - Hindi


0.2.0 (2020-08-18)
------------------

Ordinal Number Support


0.2.1 (2020-08-25)
0.1.0 (2020-07-30)
------------------

Fix tokenization bug - Hindi
Initial release.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.3.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit e531d3d

Please sign in to comment.