We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c39594 commit 02bd2e5Copy full SHA for 02bd2e5
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
=======
5
6
-1.2.1 (unreleased)
+1.2.1 (2025-02-05)
7
------------------
8
9
Fixes:
dateparser/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.0"
+__version__ = "1.2.1"
2
from .conf import apply_settings
from .date import DateDataParser
pyproject.toml
@@ -1,5 +1,5 @@
[tool.bumpversion]
-current_version = "1.2.0"
+current_version = "1.2.1"
commit = true
tag = true
0 commit comments