Skip to content

Commit 162406b

Browse files
authored
v3.7.0 (#220)
1 parent 0bd12d1 commit 162406b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:
3434

3535
## [Unreleased]
3636

37+
- Nothing (yet)!
38+
39+
## [3.7.0] - 2024-01-30
40+
3741
### Added
3842

3943
- An "offline component" can now be displayed when the client disconnects from the server.
@@ -445,7 +449,8 @@ Using the following categories, list your changes in this order:
445449

446450
- Support for IDOM within the Django
447451

448-
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...HEAD
452+
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...HEAD
453+
[3.7.0]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...3.7.0
449454
[3.6.0]: https://github.com/reactive-python/reactpy-django/compare/3.5.1...3.6.0
450455
[3.5.1]: https://github.com/reactive-python/reactpy-django/compare/3.5.0...3.5.1
451456
[3.5.0]: https://github.com/reactive-python/reactpy-django/compare/3.4.0...3.5.0

Diff for: src/reactpy_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
REACTPY_WEBSOCKET_ROUTE,
99
)
1010

11-
__version__ = "3.6.0"
11+
__version__ = "3.7.0"
1212
__all__ = [
1313
"REACTPY_WEBSOCKET_PATH",
1414
"REACTPY_WEBSOCKET_ROUTE",

0 commit comments

Comments
 (0)