From 5697b995ad2e6f08c4316f476f09baf89818d676 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Fri, 5 May 2023 23:59:45 -0700 Subject: [PATCH 1/2] v3.1.0 --- CHANGELOG.md | 7 ++++++- src/reactpy_django/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f651748f..369e4407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,10 @@ Using the following categories, list your changes in this order: ## [Unreleased] +- Nothing (yet) + +## [3.1.0] - 2023-05-06 + ### Added - `use_query` now supports async functions. @@ -273,7 +277,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.0.1...HEAD +[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.1.0...HEAD +[3.0.1]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...3.1.0 [3.0.1]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...3.0.1 [3.0.0-reactpy]: https://github.com/reactive-python/reactpy-django/compare/3.0.0...3.0.0-reactpy [3.0.0]: https://github.com/reactive-python/reactpy-django/compare/2.2.1...3.0.0 diff --git a/src/reactpy_django/__init__.py b/src/reactpy_django/__init__.py index ec64311d..195626aa 100644 --- a/src/reactpy_django/__init__.py +++ b/src/reactpy_django/__init__.py @@ -2,7 +2,7 @@ from reactpy_django.websocket.paths import REACTPY_WEBSOCKET_PATH -__version__ = "3.0.1" +__version__ = "3.1.0" __all__ = [ "REACTPY_WEBSOCKET_PATH", "hooks", From f2fd2b02b9fd1774d7b5cb0ccde5b9557f711aa8 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sat, 6 May 2023 21:28:51 -0700 Subject: [PATCH 2/2] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369e4407..55a8c0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -278,7 +278,7 @@ 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.1.0...HEAD -[3.0.1]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...3.1.0 +[3.1.0]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...3.1.0 [3.0.1]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...3.0.1 [3.0.0-reactpy]: https://github.com/reactive-python/reactpy-django/compare/3.0.0...3.0.0-reactpy [3.0.0]: https://github.com/reactive-python/reactpy-django/compare/2.2.1...3.0.0