Skip to content

Commit 6a4ef0b

Browse files
committed
Improve text handling for comments.
1 parent 42d2ba0 commit 6a4ef0b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -42,7 +42,7 @@ repos:
4242
args: [--settings-path=pyproject.toml]
4343

4444
- repo: https://github.com/psf/black
45-
rev: 24.3.0
45+
rev: 24.4.2
4646
hooks:
4747
- id: black
4848
args: [--config=pyproject.toml]

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ui Changelog
22

3+
## [0.38.0]
4+
5+
+ better handling of text flow for ii text fields
6+
37
## [0.37.0]
48

59
+ add option to search by CAS number (only biosphere dbs)

bw2ui/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Add functions and variables you want exposed in `bw2ui.` namespace here
66
)
77

8-
__version__ = "0.37.0"
8+
__version__ = "0.38.0"

0 commit comments

Comments
 (0)