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 8853887 commit e33781fCopy full SHA for e33781f
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+### 4.2.1 (17/6/2018)
5
+
6
+- Fix for a missing argument bug that could occur with rendering deactivated.
7
8
9
10
### 4.2.0 (17/6/2018)
11
12
- API for returning extra items returned by render server.
react/__init__.py
@@ -1,3 +1,3 @@
-__version__ = '4.2.0'
+__version__ = '4.2.1'
default_app_config = 'react.apps.ReactConfig'
0 commit comments