Skip to content

Commit

Permalink
Django IDOM v0.0.4 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Mar 5, 2022
1 parent 557a20f commit f88a710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Types of changes are to be listed in this order

- Nothing (yet)

## [0.0.4] - 2022-02-28
## [0.0.4] - 2022-03-05

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/django_idom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .websocket.paths import IDOM_WEBSOCKET_PATH


__version__ = "0.0.3"
__version__ = "0.0.4"
__all__ = ["IDOM_WEBSOCKET_PATH", "IdomWebsocket"]

0 comments on commit f88a710

Please sign in to comment.