Skip to content

Commit c2ff31c

Browse files
committed
Bump version: 1.2.2 → 1.3.0
1 parent 0e87891 commit c2ff31c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
=======
55

6-
1.3.0 (unreleased)
6+
1.3.0 (2026-02-04)
77
------------------
88

99
Dropped Python 3.9 support. (#1296)

dateparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.2"
1+
__version__ = "1.3.0"
22

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.2.2"
2+
current_version = "1.3.0"
33
commit = true
44
tag = true
55

0 commit comments

Comments
 (0)