From 5b7d26884ea77be55dbb9ac6e979c52be67f1eeb Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Thu, 30 Mar 2023 02:11:26 -0700 Subject: [PATCH 1/2] Fix version for `django-reactpy` --- CHANGELOG.md | 4 ++++ src/reactpy_django/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e16dcaf..7e9d5561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,10 @@ Using the following categories, list your changes in this order: ## [Unreleased] +## [3.0.0-django-reactpy] - 2023-03-30 + +### Changed + - `django-idom` has been renamed to `reactpy-django`! Please note that all references to the word `idom` in your code should be changed to `reactpy`. See the docs for more details. ## [3.0.0] - 2023-03-08 diff --git a/src/reactpy_django/__init__.py b/src/reactpy_django/__init__.py index 5db7f3a6..718a048c 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.0a4" +__version__ = "3.0.0" __all__ = [ "REACTPY_WEBSOCKET_PATH", "hooks", From 1a3b1ac2f14a9e8dc6cd6458824bcc60564e748b Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Thu, 30 Mar 2023 02:18:19 -0700 Subject: [PATCH 2/2] add version --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9d5561..e8164786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Using the following categories, list your changes in this order: ## [Unreleased] -## [3.0.0-django-reactpy] - 2023-03-30 +## [3.0.0-reactpy] - 2023-03-30 ### Changed @@ -252,7 +252,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.0...HEAD +[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...HEAD +[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 [2.2.1]: https://github.com/reactive-python/reactpy-django/compare/2.2.0...2.2.1 [2.2.0]: https://github.com/reactive-python/reactpy-django/compare/2.1.0...2.2.0