Skip to content

Commit

Permalink
0.9.DEV28
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jun 21, 2024
1 parent c359634 commit e315f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# `bw2io` Changelog

### DEV
### 0.9.DEV28 (2024-06-21)

* Allow imports of some invalid ecospold1 files
* Fix fetching of remote data catalogues in `remote`

### 0.9.DEV27 (2024-05-07)

Expand Down
2 changes: 1 addition & 1 deletion bw2io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"useeio20",
]

__version__ = "0.9.DEV27"
__version__ = "0.9.DEV28"

from .chemidplus import ChemIDPlus
from .package import BW2Package
Expand Down

0 comments on commit e315f08

Please sign in to comment.