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 49990e9 commit 5631e2bCopy full SHA for 5631e2b
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+### 4.1.1 (9/8/2017)
5
+
6
+- Update timeout in render_server.py.
7
+ ([Mike Plis](https://github.com/mplis))
8
+ https://github.com/markfinger/python-react/pull/81
9
10
11
12
### 4.1.0 (1/3/2017)
13
14
- `render_component` now accepts a `timeout` keyword argument which is passed to `RenderServer.render`.
react/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '4.1.0'
+__version__ = '4.1.1'
default_app_config = 'react.apps.ReactConfig'
0 commit comments