Skip to content

Commit

Permalink
Release 1.11.1 (#5048)
Browse files Browse the repository at this point in the history
* 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 80d9979.

Co-authored-by: Amanda Walker <amanda@amandawalker.io>
Co-authored-by: Snehan Kekre <snehan.minerva@gmail.com>
  • Loading branch information
3 people committed Jul 28, 2022
1 parent 9eca76a commit 3226647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "streamlit-browser",
"version": "1.11.0",
"version": "1.11.1",
"private": true,
"homepage": "./",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Expand Up @@ -19,7 +19,7 @@
from setuptools.command.install import install


VERSION = "1.11.0" # PEP-440
VERSION = "1.11.1" # PEP-440

NAME = "streamlit"

Expand Down

0 comments on commit 3226647

Please sign in to comment.