Skip to content

Commit f88a710

Browse files
authored
Django IDOM v0.0.4 (#70)
1 parent 557a20f commit f88a710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Types of changes are to be listed in this order
1919

2020
- Nothing (yet)
2121

22-
## [0.0.4] - 2022-02-28
22+
## [0.0.4] - 2022-03-05
2323

2424
### Changed
2525

Diff for: src/django_idom/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from .websocket.paths import IDOM_WEBSOCKET_PATH
33

44

5-
__version__ = "0.0.3"
5+
__version__ = "0.0.4"
66
__all__ = ["IDOM_WEBSOCKET_PATH", "IdomWebsocket"]

0 commit comments

Comments
 (0)