Skip to content

Commit c85a895

Browse files
committed
5.0.0
1 parent e09fa17 commit c85a895

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Don't forget to remove deprecated code on each major release!
3636

3737
## [Unreleased]
3838

39+
- Nothing (yet)!
40+
41+
## [5.0.0] - 2024-10-22
42+
3943
### Changed
4044

4145
- Now using ReactPy-Router v1 for URL routing, which comes with a slightly different API than before.
@@ -515,7 +519,8 @@ Don't forget to remove deprecated code on each major release!
515519
516520
- Support for IDOM within the Django
517521
518-
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/4.0.0...HEAD
522+
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/5.0.0...HEAD
523+
[5.0.0]: https://github.com/reactive-python/reactpy-django/compare/4.0.0...5.0.0
519524
[4.0.0]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...4.0.0
520525
[3.8.1]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...3.8.1
521526
[3.8.0]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...3.8.0

src/reactpy_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414
from reactpy_django.websocket.paths import REACTPY_WEBSOCKET_ROUTE
1515

16-
__version__ = "4.0.0"
16+
__version__ = "5.0.0"
1717
__all__ = [
1818
"REACTPY_WEBSOCKET_ROUTE",
1919
"html",

0 commit comments

Comments
 (0)