We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d61d3 commit bf86c61Copy full SHA for bf86c61
docs/source/about/changelog.rst
@@ -26,6 +26,13 @@ Unreleased
26
No changes.
27
28
29
+v1.0.0
30
+------
31
+:octicon:`milestone` *released on 2023-03-14*
32
+
33
+No changes.
34
35
36
v1.0.0-a6
37
---------
38
:octicon:`milestone` *released on 2023-02-23*
src/reactpy/__init__.py
@@ -22,7 +22,7 @@
22
23
24
__author__ = "The Reactive Python Team"
25
-__version__ = "0.45.0" # DO NOT MODIFY
+__version__ = "1.0.0" # DO NOT MODIFY
__all__ = [
"backend",
0 commit comments