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 cb554d9 commit 6211e31Copy full SHA for 6211e31
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+### 4.2.0 (17/6/2018)
5
+
6
+- API for returning extra items returned by render server.
7
+ ([Sassan Haradji](https://github.com/sassanh))
8
+ https://github.com/markfinger/python-react/pull/87
9
10
11
### 4.1.1 (9/8/2017)
12
13
- Update timeout in render_server.py.
react/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '4.1.1'
+__version__ = '4.2.0'
default_app_config = 'react.apps.ReactConfig'
0 commit comments