Skip to content

Commit 1ae5b52

Browse files
committed
Add changelog entry
1 parent 6aeaef6 commit 1ae5b52

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Don't forget to remove deprecated code on each major release!
1919

2020
## [Unreleased]
2121

22-
- Nothing (yet)!
22+
### Changed
23+
24+
- Bump required ReactPy version to `2.x`
2325

2426
## [2.0.0] - 2025-06-14
2527

src/reactpy_router/__init__.py

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

33

44
from reactpy_router.components import link, navigate, route

0 commit comments

Comments
 (0)