Skip to content

Commit 75d87a2

Browse files
committed
4.1.0
1 parent e2e343b commit 75d87a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
411
### 4.0.0 (28/2/2017)
512

613
- **Possibly breaking change** `RenderServer.render` now accepts a `timeout` keyword argument. There are some

react/__init__.py

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

33
default_app_config = 'react.apps.ReactConfig'

0 commit comments

Comments
 (0)