Skip to content

Commit 4049aee

Browse files
azonerclaude
andcommitted
chore: bump version to 4.0.0rc2
Pulls in PR #158 (init err_handler.ele_node_added) — fix for the AttributeError that surfaced under production traffic against 4.0.0rc1 when apply_segment_errors emits seg-level errors that skip add_ele. Pre-flight verification on this branch: - pytest: 538/538 green (535 + 3 new from #158) - mypy --strict: clean across 83 source files - ruff format + check: clean - tools/check_maps.py: 32 maps clean - tools/test_install.py: post-packaging smoke suite green Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 28387d7 commit 4049aee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyx12"
7-
version = "4.0.0rc1"
7+
version = "4.0.0rc2"
88
description = "HIPAA X12 validator, parser and converter"
99
readme = "README.md"
1010
requires-python = ">=3.11"

pyx12/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0rc1"
1+
__version__ = "4.0.0rc2"

0 commit comments

Comments
 (0)