Skip to content

Commit

Permalink
v3.8.1 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed May 7, 2024
1 parent 8e94878 commit d45d2ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Nothing (yet)!

## [3.8.1] - 2024-05-07

### Added

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

- Support for IDOM within the Django

[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...HEAD
[Unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.8.1...HEAD
[3.8.1]: https://github.com/reactive-python/reactpy-django/compare/3.8.0...3.8.1
[3.8.0]: https://github.com/reactive-python/reactpy-django/compare/3.7.0...3.8.0
[3.7.0]: https://github.com/reactive-python/reactpy-django/compare/3.6.0...3.7.0
[3.6.0]: https://github.com/reactive-python/reactpy-django/compare/3.5.1...3.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/reactpy_django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
REACTPY_WEBSOCKET_ROUTE,
)

__version__ = "3.8.0"
__version__ = "3.8.1"
__all__ = [
"REACTPY_WEBSOCKET_PATH",
"REACTPY_WEBSOCKET_ROUTE",
Expand Down

0 comments on commit d45d2ec

Please sign in to comment.