Skip to content

Commit 8bcb9dd

Browse files
committed
Fixed version
1 parent 7282d7b commit 8bcb9dd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dist
88
node_modules
99
# pip
1010
*.egg-info
11+
# Python
12+
__pycache__
1113
# mkdocs
1214
site
1315

CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## Version 0.0.17 (in development)
1+
## Version 0.0.18 (from 2024/11/18)
2+
3+
* Fixed TypeScript typing issues with `configureFramework<S>()` and
4+
`FrameworkOptions`.
5+
6+
## Version 0.0.17 (from 2024/11/18)
27

38
* Enhanced interface `FrameworkOptions` by property `getDerivedHostState`,
49
which is a user-supplied function that can compute derived
510
host state property.
611

7-
812
## Version 0.0.16 (from 2024/11/12)
913

1014
Initial, still experimental version.

chartlets.py/chartlets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.17"
1+
version = "0.0.16"

0 commit comments

Comments
 (0)