File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ Don't forget to remove deprecated code on each major release!
19
19
20
20
## [ Unreleased]
21
21
22
+ - Nothing (yet)!
23
+
24
+ ## [ 5.1.1] - 2024-12-02
25
+
22
26
### Fixed
23
27
24
28
- Fixed regression in v5.1.0 where components would sometimes not output debug messages when ` settings.py:DEBUG ` is enabled.
@@ -521,7 +525,8 @@ Don't forget to remove deprecated code on each major release!
521
525
522
526
- Support for IDOM within the Django
523
527
524
- [Unreleased]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 5.1 .0... HEAD
528
+ [Unreleased]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 5.1 .1... HEAD
529
+ [5.1 .1]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 5.1 .0... 5.1 .1
525
530
[5.1 .0]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 5.0 .0... 5.1 .0
526
531
[5.0 .0]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 4.0 .0... 5.0 .0
527
532
[4.0 .0]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 3.8 .1... 4.0 .0
Original file line number Diff line number Diff line change 13
13
)
14
14
from reactpy_django .websocket .paths import REACTPY_WEBSOCKET_ROUTE
15
15
16
- __version__ = "5.1.0 "
16
+ __version__ = "5.1.1 "
17
17
__all__ = [
18
18
"REACTPY_WEBSOCKET_ROUTE" ,
19
19
"components" ,
You can’t perform that action at this time.
0 commit comments