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 e2e343b commit 75d87a2Copy full SHA for 75d87a2
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+### 4.1.0 (1/3/2017)
5
+
6
+- `render_component` now accepts a `timeout` keyword argument which is passed to `RenderServer.render`.
7
+ ([Corey Burmeister](https://github.com/cburmeister))
8
+ https://github.com/markfinger/python-react/pull/74
9
10
11
### 4.0.0 (28/2/2017)
12
13
- **Possibly breaking change** `RenderServer.render` now accepts a `timeout` keyword argument. There are some
react/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '4.0.0'
+__version__ = '4.1.0'
default_app_config = 'react.apps.ReactConfig'
0 commit comments