Skip to content

Commit 02bd2e5

Browse files
committed
Bump version: 1.2.0 → 1.2.1
1 parent 7c39594 commit 02bd2e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
=======
55

6-
1.2.1 (unreleased)
6+
1.2.1 (2025-02-05)
77
------------------
88

99
Fixes:

dateparser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22

33
from .conf import apply_settings
44
from .date import DateDataParser

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.2.0"
2+
current_version = "1.2.1"
33
commit = true
44
tag = true
55

0 commit comments

Comments
 (0)