Skip to content

Commit 687ec92

Browse files
committed
2.0.0b2 (#1294)
1 parent c299794 commit 687ec92

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@ jobs:
2929
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
3030
python-version: '["3.10", "3.11", "3.12", "3.13"]'
3131
test-documentation:
32-
# Temporarily disabled
32+
# Temporarily disabled while we transition from Sphinx to MkDocs
33+
# https://github.com/reactive-python/reactpy/pull/1052
3334
if: 0
3435
uses: ./.github/workflows/.hatch-run.yml
3536
with:
3637
job-name: "python-{0}"
3738
run-cmd: "hatch run docs:check"
3839
python-version: '["3.11"]'
3940
test-javascript:
40-
# Temporarily disabled, tests are broken but a rewrite is intended
41+
# Temporarily disabled while we rewrite the "event_to_object" package
4142
# https://github.com/reactive-python/reactpy/issues/1196
4243
if: 0
4344
uses: ./.github/workflows/.hatch-run.yml

src/reactpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy
2525

2626
__author__ = "The Reactive Python Team"
27-
__version__ = "2.0.0a1"
27+
__version__ = "2.0.0b2"
2828

2929
__all__ = [
3030
"Layout",

0 commit comments

Comments
 (0)