Skip to content

Commit 4fc2c8a

Browse files
authored
v3.3.0 (#168)
1 parent 9db202b commit 4fc2c8a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

3943
- Added system checks for a variety of common ReactPy misconfigurations.
@@ -309,7 +313,8 @@ Using the following categories, list your changes in this order:
309313

310314
- Support for IDOM within the Django
311315

312-
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.2.1...HEAD
316+
[unreleased]: https://github.com/reactive-python/reactpy-django/compare/3.3.0...HEAD
317+
[3.3.0]: https://github.com/reactive-python/reactpy-django/compare/3.2.1...3.3.0
313318
[3.2.1]: https://github.com/reactive-python/reactpy-django/compare/3.2.0...3.2.1
314319
[3.2.0]: https://github.com/reactive-python/reactpy-django/compare/3.1.0...3.2.0
315320
[3.1.0]: https://github.com/reactive-python/reactpy-django/compare/3.0.1...3.1.0

src/reactpy_django/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from reactpy_django import checks, components, decorators, hooks, types, utils
22
from reactpy_django.websocket.paths import REACTPY_WEBSOCKET_PATH
33

4-
5-
__version__ = "3.2.1"
4+
__version__ = "3.3.0"
65
__all__ = [
76
"REACTPY_WEBSOCKET_PATH",
87
"hooks",

0 commit comments

Comments
 (0)