From 360aa3440deb3057dfdb08bd384f4166eca5d918 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sat, 31 May 2025 16:01:26 -0700 Subject: [PATCH] v2.0.0b2 --- .github/workflows/check.yml | 5 +++-- src/reactpy/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4a8e58774..f66d14cb0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -29,7 +29,8 @@ jobs: runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]' python-version: '["3.10", "3.11", "3.12", "3.13"]' test-documentation: - # Temporarily disabled + # Temporarily disabled while we transition from Sphinx to MkDocs + # https://github.com/reactive-python/reactpy/pull/1052 if: 0 uses: ./.github/workflows/.hatch-run.yml with: @@ -37,7 +38,7 @@ jobs: run-cmd: "hatch run docs:check" python-version: '["3.11"]' test-javascript: - # Temporarily disabled, tests are broken but a rewrite is intended + # Temporarily disabled while we rewrite the "event_to_object" package # https://github.com/reactive-python/reactpy/issues/1196 if: 0 uses: ./.github/workflows/.hatch-run.yml diff --git a/src/reactpy/__init__.py b/src/reactpy/__init__.py index 7408f57df..00e2cfdeb 100644 --- a/src/reactpy/__init__.py +++ b/src/reactpy/__init__.py @@ -24,7 +24,7 @@ from reactpy.utils import Ref, reactpy_to_string, string_to_reactpy __author__ = "The Reactive Python Team" -__version__ = "2.0.0a1" +__version__ = "2.0.0b2" __all__ = [ "Layout",