Skip to content

Commit ea6ba08

Browse files
committed
release
1 parent 14dfd66 commit ea6ba08

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ To run the tests locally:
442442
Changelog
443443
---------
444444

445+
- 1.22.1 Parse zero-precision floats formatted without a decimal point (thanks @SAY-5)
445446
- 1.22.0 Convert into a package and add type stubs (thanks @moi90)
446447
- 1.21.1 Fix microsecond precision loss in timestamp parsing (thanks @karthiksai109)
447448
- 1.21.0 Allow grouping char (,_) in decimal format string (thanks @moi90)

parse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from functools import partial
1212

1313

14-
__version__ = "1.22.0"
14+
__version__ = "1.22.1"
1515
__all__ = ["parse", "search", "findall", "with_pattern"]
1616

1717
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)