Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit714191f

Browse files
authored
v5.1.1 (#263)
1 parenta85164c commit714191f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

‎CHANGELOG.md

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

2020
##[Unreleased]
2121

22+
- Nothing (yet)!
23+
24+
##[5.1.1] - 2024-12-02
25+
2226
###Fixed
2327

2428
- 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!
521525
522526
- SupportforIDOM within the Django
523527
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
525530
[5.1.0]: https://github.com/reactive-python/reactpy-django/compare/5.0.0...5.1.0
526531
[5.0.0]: https://github.com/reactive-python/reactpy-django/compare/4.0.0...5.0.0
527532
[4.0.0]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...4.0.0
2.03 KB
Loading

‎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
fromreactpy_django.websocket.pathsimportREACTPY_WEBSOCKET_ROUTE
1515

16-
__version__="5.1.0"
16+
__version__="5.1.1"
1717
__all__= [
1818
"REACTPY_WEBSOCKET_ROUTE",
1919
"components",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp