Skip to content

Commit bf86c61

Browse files
authored
reactpy v1.0.0 (#955)
* reactpy v1.0.0 * 1.0 changelog
1 parent b5d61d3 commit bf86c61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/about/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Unreleased
2626
No changes.
2727

2828

29+
v1.0.0
30+
------
31+
:octicon:`milestone` *released on 2023-03-14*
32+
33+
No changes.
34+
35+
2936
v1.0.0-a6
3037
---------
3138
:octicon:`milestone` *released on 2023-02-23*

src/reactpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
__author__ = "The Reactive Python Team"
25-
__version__ = "0.45.0" # DO NOT MODIFY
25+
__version__ = "1.0.0" # DO NOT MODIFY
2626

2727
__all__ = [
2828
"backend",

0 commit comments

Comments
 (0)