Skip to content

Commit

Permalink
v1.1.0 (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Nov 24, 2024
1 parent 7d47f4f commit 7a6c31e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/source/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Changelog
Unreleased
----------

Nothing (yet)!

v1.1.0
------

**Fixed**

- :pull:`1118` - ``module_from_template`` is broken with a recent release of ``requests``
Expand Down
11 changes: 5 additions & 6 deletions src/py/reactpy/reactpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,22 @@
from reactpy.utils import Ref, html_to_vdom, vdom_to_html

__author__ = "The Reactive Python Team"
__version__ = "1.0.2" # DO NOT MODIFY
__version__ = "1.1.0"

__all__ = [
"Layout",
"Ref",
"backend",
"component",
"config",
"create_context",
"event",
"hooks",
"html_to_vdom",
"html",
"Layout",
"html_to_vdom",
"logging",
"Ref",
"run",
"sample",
"Stop",
"svg",
"types",
"use_callback",
Expand All @@ -52,8 +51,8 @@
"use_ref",
"use_scope",
"use_state",
"vdom_to_html",
"vdom",
"vdom_to_html",
"web",
"widgets",
]

0 comments on commit 7a6c31e

Please sign in to comment.