File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
- uses : actions/setup-python@v5
24
24
with :
25
25
python-version : 3.x
26
- - name : Check docs links
27
- uses : umbrelladocs/action-linkspector@v1
28
- with :
29
- github_token : ${{ secrets.github_token }}
30
- reporter : github-pr-review
31
- fail_on_error : true
26
+ # - name: Check docs links
27
+ # uses: umbrelladocs/action-linkspector@v1
28
+ # with:
29
+ # github_token: ${{ secrets.github_token }}
30
+ # reporter: github-pr-review
31
+ # fail_on_error: false
32
32
- name : Check docs build
33
33
run : |
34
34
pip install -r requirements/build-docs.txt
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ Don't forget to remove deprecated code on each major release!
36
36
37
37
## [ Unreleased]
38
38
39
+ - Nothing (yet)!
40
+
41
+ ## [ 5.0.0] - 2024-10-22
42
+
39
43
### Changed
40
44
41
45
- 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!
515
519
516
520
- Support for IDOM within the Django
517
521
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
519
524
[4.0 .0]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 3.8 .1... 4.0 .0
520
525
[3.8 .1]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 3.8 .0... 3.8 .1
521
526
[3.8 .0]: https:// github.com/ reactive- python/ reactpy- django/ compare/ 3.7 .0... 3.8 .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__ = "4 .0.0"
16
+ __version__ = "5 .0.0"
17
17
__all__ = [
18
18
"REACTPY_WEBSOCKET_ROUTE" ,
19
19
"html" ,
You can’t perform that action at this time.
0 commit comments