Skip to content

Commit

Permalink
Restrict dash 1 21 0 (#352)
Browse files Browse the repository at this point in the history
* Add restriction on dash to not use later versions

* Move version to 1.6.5

Co-authored-by: Mark Gibbs <mark@gibbs.consulting>
  • Loading branch information
delsim and Mark Gibbs committed Aug 23, 2021
1 parent 8672841 commit 39ef1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_plotly_dash/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
'''

__version__ = "1.6.4"
__version__ = "1.6.5"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dash>=1.11
dash>=1.11,<1.21.0
dash-core-components
dash-html-components
dash-renderer
Expand Down

0 comments on commit 39ef1d8

Please sign in to comment.