Skip to content

Commit e33781f

Browse files
committed
4.2.1
1 parent 8853887 commit e33781f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
### 4.2.1 (17/6/2018)
5+
6+
- Fix for a missing argument bug that could occur with rendering deactivated.
7+
8+
9+
410
### 4.2.0 (17/6/2018)
511

612
- API for returning extra items returned by render server.

react/__init__.py

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

33
default_app_config = 'react.apps.ReactConfig'

0 commit comments

Comments
 (0)