Skip to content

Commit 5631e2b

Browse files
committed
4.1.1
1 parent 49990e9 commit 5631e2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
### 4.1.0 (1/3/2017)
513

614
- `render_component` now accepts a `timeout` keyword argument which is passed to `RenderServer.render`.

react/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '4.1.0'
1+
__version__ = '4.1.1'
22

33
default_app_config = 'react.apps.ReactConfig'

0 commit comments

Comments
 (0)