From fe54b3e78fda2952d22fb32d89bf91bdebc393b9 Mon Sep 17 00:00:00 2001 From: lolivera-eb <80480298+lolivera-eb@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:50:42 -0300 Subject: [PATCH 1/2] update python version --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7fcdacb..a61f73b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "2.7" + - "3.5" + - "3.7" - "3.8" env: @@ -9,6 +11,7 @@ env: - DJANGO_VERSION=1.8.1 - DJANGO_VERSION=2.2.16 - DJANGO_VERSION=3.1.1 + - DJANGO_VERSION=1.8.19 install: # Install node 6 (current LTS as of January 2017) From 1703ebe0805fd187f54a945ca03796ece518fca1 Mon Sep 17 00:00:00 2001 From: xav <73826012+gravybrux@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:25:41 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d4e40..b73e30c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ rendered = render_component('path/to/component.jsx', {'foo': 'bar'}) print(rendered) ``` -The object returned has two properties: +The object returned has three properties: - `markup` - the rendered markup - `props` - the JSON-serialized props