Skip to content

Commit 17d1946

Browse files
authored
Merge pull request #278 from derek73/release/v1.3.1
Release v1.3.1
2 parents f09c2c6 + c9d9509 commit 17d1946

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/release_log.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release Log
22
===========
3-
* 1.3.1 - Unreleased
3+
* 1.3.1 - July 11, 2026
44

55
- Fix invisible Unicode bidirectional control characters (LRM/RLM/ALM, the embedding/override marks, and the isolates U+2066–U+2069) surviving parsing and sticking to ``first``/``last``/etc., so a copy-pasted right-to-left name silently failed equality and dedup. They are now stripped in preprocessing like emoji; disable via ``CONSTANTS.regexes.bidi = False`` (closes #266)
66
- Fix ``str()`` corrupting name text containing the substring ``"None"`` when ``empty_attribute_default`` is ``None`` (e.g. ``"Nonez Smith"`` rendered as ``"z Smith"``): empty attributes are now substituted as ``''`` before the format string is applied, instead of scrubbing the interpolated ``"None"`` from the output afterward (closes #254)

nameparser/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (1, 3, 0)
1+
VERSION = (1, 3, 1)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)