Skip to content

Commit 6211e31

Browse files
committed
4.2.0
1 parent cb554d9 commit 6211e31

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.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+
411
### 4.1.1 (9/8/2017)
512

613
- Update timeout in render_server.py.

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.1'
1+
__version__ = '4.2.0'
22

33
default_app_config = 'react.apps.ReactConfig'

0 commit comments

Comments
 (0)