Skip to content

Commit 1bea69f

Browse files
authored
v3.0.1 (#141)
1 parent 922e3c3 commit 1bea69f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Using the following categories, list your changes in this order:
3434

3535
## [Unreleased]
3636

37-
### Removed
37+
- Nothing (yet)!
38+
39+
## [3.0.1] - 2023-03-31
40+
41+
### Changed
3842

3943
- `django-reactpy` database entries are no longer cleaned during Django application startup. Instead, it will occur on webpage loads if `REACTPY_RECONNECT_MAX` seconds has elapsed since the last cleaning.
4044

@@ -256,7 +260,8 @@ Using the following categories, list your changes in this order:
256260

257261
- Support for IDOM within the Django
258262

259-
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...HEAD
263+
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...HEAD
264+
[3.0.1]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...3.0.1
260265
[3.0.0-reactpy]: https://github.com/reactive-python/reactpy-django/compare/3.0.0...3.0.0-reactpy
261266
[3.0.0]: https://github.com/reactive-python/reactpy-django/compare/2.2.1...3.0.0
262267
[2.2.1]: https://github.com/reactive-python/reactpy-django/compare/2.2.0...2.2.1

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.0"
5+
__version__ = "3.0.1"
66
__all__ = [
77
"REACTPY_WEBSOCKET_PATH",
88
"hooks",

0 commit comments

Comments
 (0)