Skip to content

Commit

Permalink
Up version to 1.5.1 (#4380)
Browse files Browse the repository at this point in the history
* 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 <amanda@amandawalker.io>
Co-authored-by: Vincent Donato <vincent@streamlit.io>
Co-authored-by: willhuang1997 <whuang@streamlit.io>
  • Loading branch information
4 people committed Feb 15, 2022
1 parent 81840cd commit 83e0c1e
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.5.0",
"version": "1.5.1",
"private": true,
"homepage": "./",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.py
Expand Up @@ -27,7 +27,7 @@
)
sys.exit(exit_msg)

VERSION = "1.5.0" # PEP-440
VERSION = "1.5.1" # PEP-440

NAME = "streamlit"

Expand Down

0 comments on commit 83e0c1e

Please sign in to comment.