Skip to content

Commit 4089d94

Browse files
derek73claude
andcommitted
README: point the 2.0 notice at the rc1 pre-release
2.0.0rc1 shipped to PyPI, so "2.0 is in design" is stale. Point the notice at the release candidate: pip install --pre nameparser (a plain install still gets 1.x) and the version-pinned 2.0 docs. Dropped the design-RFC link (#285) since the design is now running code; kept the #284 feedback issue. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ac37e57 commit 4089d94

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ Name Parser
33

44
|Build Status| |PyPI| |PyPI version| |Documentation| |License| |Downloads| |Codecov|
55

6-
📣 **nameparser 2.0 is in design** — a new immutable core API, with full
7-
compatibility for existing code through 2.x. Read the `design RFC
8-
<https://github.com/derek73/python-nameparser/pull/285>`__ and share
6+
📣 **nameparser 2.0.0rc1 is available for testing** — a new immutable core
7+
API, with full compatibility for existing code through 2.x. Install it with
8+
``pip install --pre nameparser`` (a plain install still gets 1.x), read the
9+
`2.0 docs <https://nameparser.readthedocs.io/en/v2.0.0rc1/>`__, and share
910
feedback on `the discussion issue
1011
<https://github.com/derek73/python-nameparser/issues/284>`__.
1112

0 commit comments

Comments
 (0)