We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84511a3 commit f69e9b2Copy full SHA for f69e9b2
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
=======
5
6
-1.2.2 (unreleased)
+1.2.2 (2025-06-26)
7
------------------
8
9
Fixes:
dateparser/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.1"
+__version__ = "1.2.2"
2
from .conf import apply_settings
from .date import DateDataParser
pyproject.toml
@@ -1,5 +1,5 @@
[tool.bumpversion]
-current_version = "1.2.1"
+current_version = "1.2.2"
commit = true
tag = true
0 commit comments