We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48946bb commit 635193bCopy full SHA for 635193b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## flask-reactize changelog
2
3
-<a name="1.0.0"></a>
+<a name="1.0.1"></a>
4
# 1.0.0
5
6
* Final version.
src/flask-reactize/README.md
@@ -191,7 +191,7 @@ const getUsers = async () => {
191
192
More info and sample code can be found on [Github](https://github.com/azure-samples/flask-reactize).
193
194
-## Known limitions
+## Known limitation
195
196
As of today:
197
src/flask-reactize/setup.py
@@ -12,7 +12,7 @@ def get_description() -> str:
12
name="flask-reactize",
13
package_dir={"": "src"},
14
packages=["flask_reactize"],
15
- version="1.0.0a3",
+ version="1.0.1",
16
author="Julien Chomarat",
17
license="MIT",
18
author_email="[email protected]",
0 commit comments