Skip to content

Commit 4275917

Browse files
committed
v6.0.0b1
1 parent cd191ce commit 4275917

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-latest-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Latest Docs
22

33
on:
44
release:
5-
types: [published]
5+
types: [released]
66

77
jobs:
88
publish-latest-docs:

src/reactpy_django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99
from reactpy_django.websocket.paths import REACTPY_WEBSOCKET_ROUTE
1010

11-
__version__ = "5.2.1"
11+
__version__ = "6.0.0b1"
1212
__all__ = [
1313
"REACTPY_WEBSOCKET_ROUTE",
1414
"components",

0 commit comments

Comments
 (0)