Skip to content

Commit 26f530e

Browse files
authored
Merge branch 'dev' into pin-Flask-1.0.4
2 parents 6265824 + 7d989af commit 26f530e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# These owners will be the default owners for everything in
22
# the repo. Unless a later match takes precedence
3-
* @alexcjohnson @Marc-Andre-Rivet
4-
5-
_r_* @alexcjohnson @Marc-Andre-Rivet @rpkyle
3+
* @alexcjohnson @Marc-Andre-Rivet @rpkyle

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [1.18.1] - 2020-12-09
6+
57
## [1.18.0] - 2020-12-07
68

79
## [1.17.0] - 2020-10-29

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.18.0"
1+
__version__ = "1.18.1"

requires-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask>=1.0.4
22
flask-compress
33
plotly
44
dash_renderer==1.8.3
5-
dash-core-components==1.14.0
5+
dash-core-components>=1.14.0
66
dash-html-components==1.1.1
77
dash-table==4.11.1
88
future

0 commit comments

Comments
 (0)