From 83e0c1ea0d8e526ef0235c435af02fea11be499c Mon Sep 17 00:00:00 2001 From: Ken McGrady Date: Mon, 14 Feb 2022 17:51:56 -0800 Subject: [PATCH] Up version to 1.5.1 (#4380) * Up version to 1.5.0 * Update `react-json-view` and `vega` for dep security (#4352) `node-fetch` 2.6.1 has a severe vulnerability, these packages were using that version but had more recent versions using 2.6.7 which fixes the vulnerability. * Improve error when streamlit is run via `python -m streamlit.cli` (#4359) * Remove config assertions and introduce warnings. (#4354) * Add logger while removing assertion and changing corresponding test * Keep support for ICO formats by defaulting to PNG if necessary (#4343) * Keep support for ICO formats by defaulting to PNG if necessary * Update Streamlit markdown to be more flexible with links (#4364) * Adding in functionality to pass in props for class and target and other things * Adding in test * Relax assertions around streamlit program name (#4374) * Up version to 1.5.1 Co-authored-by: Amanda Walker Co-authored-by: Vincent Donato Co-authored-by: willhuang1997 --- frontend/package.json | 2 +- lib/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 5846196f87c5..d5da9f564266 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "streamlit-browser", - "version": "1.5.0", + "version": "1.5.1", "private": true, "homepage": "./", "scripts": { diff --git a/lib/setup.py b/lib/setup.py index 7419310abe81..3be1239f6a6b 100644 --- a/lib/setup.py +++ b/lib/setup.py @@ -27,7 +27,7 @@ ) sys.exit(exit_msg) -VERSION = "1.5.0" # PEP-440 +VERSION = "1.5.1" # PEP-440 NAME = "streamlit"