Skip to content

Commit f67fce5

Browse files
committed
Merge remote-tracking branch 'upstream/main' into thread-sensitive
2 parents c239668 + 1bea69f commit f67fce5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ Using the following categories, list your changes in this order:
4545

4646
- The `mutate` argument on `reactpy_django.hooks.use_mutation` has been renamed to `mutation`.
4747

48-
### Removed
48+
## [3.0.1] - 2023-03-31
49+
50+
### Changed
4951

5052
- `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.
5153

@@ -267,7 +269,8 @@ Using the following categories, list your changes in this order:
267269

268270
- Support for IDOM within the Django
269271

270-
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...HEAD
272+
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...HEAD
273+
[3.0.1]: https://github.com/reactive-python/reactpy-django/compare/3.0.0-reactpy...3.0.1
271274
[3.0.0-reactpy]: https://github.com/reactive-python/reactpy-django/compare/3.0.0...3.0.0-reactpy
272275
[3.0.0]: https://github.com/reactive-python/reactpy-django/compare/2.2.1...3.0.0
273276
[2.2.1]: https://github.com/reactive-python/reactpy-django/compare/2.2.0...2.2.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!--badge-end-->
88
<!--intro-start-->
99

10-
[ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components which look and behave similarly to those found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions.
10+
[ReactPy](https://reactpy.dev/) is a library for building user interfaces in Python without Javascript. ReactPy interfaces are made from components that look and behave similar to those found in [ReactJS](https://reactjs.org/). Designed with simplicity in mind, ReactPy can be used by those without web development experience while also being powerful enough to grow with your ambitions.
1111

1212
<table align="center">
1313
<thead>

src/reactpy_django/__init__.py

Lines changed: 1 addition & 1 deletion
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)