From 32266472f2ca30bb43552ab1351b25aca38bfaee Mon Sep 17 00:00:00 2001 From: Ken McGrady Date: Thu, 28 Jul 2022 10:50:55 -0700 Subject: [PATCH] Release 1.11.1 (#5048) * Up version to 1.11.0 * Replace legacy app URLs in docs with custom subdomains (#4959) * Replace legacy app URLs in docs with custom subdomains * Resize height for st.tabs docs app * Ignore component requests outside of the component root * Up version to 1.11.1 * Fix linting * Revert "Ignore component requests outside of the component root" This reverts commit 80d9979d5f4a00217743d607078a1d867fad8acf. Co-authored-by: Amanda Walker Co-authored-by: Snehan Kekre --- 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 59b22b508c55..9007dc5042de 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "streamlit-browser", - "version": "1.11.0", + "version": "1.11.1", "private": true, "homepage": "./", "scripts": { diff --git a/lib/setup.py b/lib/setup.py index d81f1b7caf15..ddce73348c41 100644 --- a/lib/setup.py +++ b/lib/setup.py @@ -19,7 +19,7 @@ from setuptools.command.install import install -VERSION = "1.11.0" # PEP-440 +VERSION = "1.11.1" # PEP-440 NAME = "streamlit"