Skip to content

1.4.1 release#1337

Merged
serhii73 merged 2 commits into
masterfrom
release-1.4.1
Jun 15, 2026
Merged

1.4.1 release#1337
serhii73 merged 2 commits into
masterfrom
release-1.4.1

Conversation

@serhii73

Copy link
Copy Markdown
Collaborator

Release notes and version bump for dateparser 1.4.1, following the same two-step approach used for 1.4.0 (#1319 + the subsequent bump commit):

  1. 1.4.1 release notes — add the 1.4.1 section to HISTORY.rst, summarizing every PR merged since v1.4.0.
  2. Bump version: 1.4.0 → 1.4.1 — produced by bump-my-version bump patch, updating pyproject.toml, dateparser/__init__.py, and stamping the HISTORY.rst release date. SECURITY.md is unchanged because it tracks only major.minor (still 1.4.x).

Changelog

Breaking changes:

Security fixes:

New features:

  • Add the USE_GIVEN_LANGUAGE_ORDER setting to try languages and locales in the order given rather than by frequency (Locale order support #789)

Fixes:

Improvements:

After merge

The v1.4.1 git tag is intentionally not included in this branch (a tag on a pre-merge branch would point at the wrong commit). After merging, tag the merge commit on master:

git tag v1.4.1 && git push origin v1.4.1

Internal-only changes (#1333 data-generation script cleanup, #1320 Read the Docs CI bump) were deliberately omitted from the changelog.

🤖 Generated with Claude Code

serhii73 and others added 2 commits June 15, 2026 09:57
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.11%. Comparing base (a049fd1) to head (e264ad2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1337   +/-   ##
=======================================
  Coverage   97.11%   97.11%           
=======================================
  Files         235      235           
  Lines        2909     2909           
=======================================
  Hits         2825     2825           
  Misses         84       84           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AdrianAtZyte AdrianAtZyte left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️ (although, for the record, I usually run bump-my-version locally AFTER merging the release notes)

@serhii73 serhii73 merged commit 08c78d3 into master Jun 15, 2026
18 checks passed
@serhii73 serhii73 deleted the release-1.4.1 branch June 15, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants