You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/09/06 10:41:44 UTC

[incubator-superset] 02/02: bump version and update changelog

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to tag 0.37.1rc1
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 51701693d183ce2dcea5c7ecd955a535de90e941
Author: Ville Brofeldt <vi...@gmail.com>
AuthorDate: Sat Sep 5 20:31:06 2020 +0300

    bump version and update changelog
---
 CHANGELOG.md                   | 3 +++
 superset-frontend/package.json | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bcb56e0..8687af7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,9 @@ under the License.
 -->
 ## Change Log
 
+### 0.37.1 (2020/09/05 17:28 +00:00)
+- [#10794](https://github.com/apache/incubator-superset/pull/10794) fix: replace uuid package with uuid[1-4] methods on jinja (#10794) (@dpgaspar)
+
 ### 0.37.0 (2020/07/11 08:07 +00:00)
 - [#10450](https://github.com/apache/incubator-superset/pull/10450) fix: excel sheet upload is not working (#10450) (@pphszx)
 - [#10389](https://github.com/apache/incubator-superset/pull/10389) feat: support non-numeric columns in pivot table (#10389) (@villebro)
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 9f74206..9857365 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.37.0",
+  "version": "0.37.1",
   "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
   "license": "Apache-2.0",
   "directories": {