We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557a20f commit f88a710Copy full SHA for f88a710
CHANGELOG.md
@@ -19,7 +19,7 @@ Types of changes are to be listed in this order
19
20
- Nothing (yet)
21
22
-## [0.0.4] - 2022-02-28
+## [0.0.4] - 2022-03-05
23
24
### Changed
25
src/django_idom/__init__.py
@@ -2,5 +2,5 @@
2
from .websocket.paths import IDOM_WEBSOCKET_PATH
3
4
5
-__version__ = "0.0.3"
+__version__ = "0.0.4"
6
__all__ = ["IDOM_WEBSOCKET_PATH", "IdomWebsocket"]
0 commit comments