Skip to content

Commit d61023a

Browse files
authored
v3.1.0 (#144)
* v3.1.0
1 parent d11b39a commit d61023a

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.1.0] - 2023-05-06
40+
3741
### Added
3842

3943
- `use_query` now supports async functions.
@@ -273,7 +277,8 @@ Using the following categories, list your changes in this order:
273277

274278
- Support for IDOM within the Django
275279

276-
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...HEAD
280+
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.1.0...HEAD
281+
[3.1.0]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...3.1.0
277282
[3.0.1]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...3.0.1
278283
[3.0.0-reactpy]: https://github.com/reactive-python/reactpy-django/compare/3.0.0...3.0.0-reactpy
279284
[3.0.0]: https://github.com/reactive-python/reactpy-django/compare/2.2.1...3.0.0

Diff for: src/reactpy_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from reactpy_django.websocket.paths import REACTPY_WEBSOCKET_PATH
33

44

5-
__version__ = "3.0.1"
5+
__version__ = "3.1.0"
66
__all__ = [
77
"REACTPY_WEBSOCKET_PATH",
88
"hooks",

0 commit comments

Comments
 (0)