Skip to content

Commit

Permalink
4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jan 22, 2025
1 parent 3cf7b77 commit f9f3663
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# `bw2data` Changelog

## 4.4.2 (2025-01-22)

* [PR #233: Remove `"`` from search to avoid SQL escaping errors](https://github.com/brightway-lca/brightway2-data/pull/233)
* [PR #232: Fix type annotations in Python 3.9](https://github.com/brightway-lca/brightway2-data/pull/232)
* [PR #231: Escape search strings properly for SQLite `FTS5` format](https://github.com/brightway-lca/brightway2-data/pull/231)
* [PR #230: Fix (some) type annotations](https://github.com/brightway-lca/brightway2-data/pull/230)

## 4.4 (2025-01-15)

* [PR #226: Rebase revisions when necessary](https://github.com/brightway-lca/brightway2-data/pull/226)
Expand Down
2 changes: 1 addition & 1 deletion bw2data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"weightings",
]

__version__ = (4, 4)
__version__ = (4, 4, 2)

from bw2data.configuration import config, labels
from bw2data.project import projects
Expand Down

0 comments on commit f9f3663

Please sign in to comment.