Skip to content

Commit

Permalink
0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Dec 7, 2023
1 parent c71298d commit 4d1ed5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Changelog

### 0.8.12 (2023-12-07)

* Fix use of multiprocessing on Windows not propagating project information

### 0.8.11 (2023-12-05)

* Added `import_ecoinvent_release` utility function
Expand Down
2 changes: 1 addition & 1 deletion bw2io/__init__.py
Expand Up @@ -44,7 +44,7 @@
"UnlinkedData",
]

__version__ = (0, 8, 11)
__version__ = (0, 8, 12)


from .package import BW2Package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

setup(
name="bw2io",
version="0.8.11",
version="0.8.12",
packages=[
"bw2io",
"bw2io.data",
Expand Down

0 comments on commit 4d1ed5d

Please sign in to comment.