Commit 6a4ef0b 1 parent 42d2ba0 commit 6a4ef0b Copy full SHA for 6a4ef0b
File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : check-added-large-files
42
42
args : [--settings-path=pyproject.toml]
43
43
44
44
- repo : https://github.com/psf/black
45
- rev : 24.3.0
45
+ rev : 24.4.2
46
46
hooks :
47
47
- id : black
48
48
args : [--config=pyproject.toml]
Original file line number Diff line number Diff line change 1
1
# ui Changelog
2
2
3
+ ## [ 0.38.0]
4
+
5
+ + better handling of text flow for ii text fields
6
+
3
7
## [ 0.37.0]
4
8
5
9
+ add option to search by CAS number (only biosphere dbs)
Original file line number Diff line number Diff line change 5
5
# Add functions and variables you want exposed in `bw2ui.` namespace here
6
6
)
7
7
8
- __version__ = "0.37 .0"
8
+ __version__ = "0.38 .0"
You can’t perform that action at this time.
0 commit comments