Skip to content

Commit d45d2ec

Browse files
authored
v3.8.1 (#237)
1 parent 8e94878 commit d45d2ec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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.8.1] - 2024-05-07
40+
3741
### Added
3842

3943
- Python 3.12 compatibility
@@ -467,7 +471,8 @@ Using the following categories, list your changes in this order:
467471

468472
- Support for IDOM within the Django
469473

470-
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...HEAD
474+
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...HEAD
475+
[3.8.1]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...3.8.1
471476
[3.8.0]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...3.8.0
472477
[3.7.0]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...3.7.0
473478
[3.6.0]: https://github.com/reactive-python/reactpy-django/compare/3.5.1...3.6.0

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.8.0"
11+
__version__ = "3.8.1"
1212
__all__ = [
1313
"REACTPY_WEBSOCKET_PATH",
1414
"REACTPY_WEBSOCKET_ROUTE",

0 commit comments

Comments
 (0)