We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db56e5d commit 83f8c2cCopy full SHA for 83f8c2c
2 files changed
CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to `dash` will be documented in this file.
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
5
6
+## [2.12.1] - 2023-08-16
7
+
8
+## Fixed
9
10
+- [#2625](https://github.com/plotly/dash/pull/2625) Fix background callbacks without cancel arguments failing setup, fix [#2624](https://github.com/plotly/dash/issues/2624)
11
12
## [2.12.0] - 2023-08-14
13
14
## Fixed
dash/version.py
@@ -1 +1 @@
1
-__version__ = "2.12.0"
+__version__ = "2.12.1"
0 commit comments