Skip to content

Commit c4791ab

Browse files
committed
[python] init dev version
1 parent 4923004 commit c4791ab

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/python/dalex/dist/**
12
**token
23
.vscode/settings.json
34
**.DS_Store

python/dalex/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### development
4+
5+
...
6+
37
### v1.8.0 (2026-01-20)
48

59
* substitute the deprecated `pkg_resources` dependency that breaks `dalex` ([#579](https://github.com/ModelOriented/DALEX/issues/579))

python/dalex/dalex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .aspect import Aspect
1010

1111

12-
__version__ = '1.8.0'
12+
__version__ = '1.8.0.9000'
1313

1414
__all__ = [
1515
"Arena",

0 commit comments

Comments
 (0)