Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jun 19, 2024
1 parent 2867bd1 commit 73a4d9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.7] - 2022-06-19

* Add checks for issues related to unit conversions

## [0.1.6] - 2022-06-19

* Change default values for missing attributes during Brightway export
Expand Down
2 changes: 1 addition & 1 deletion bw_simapro_csv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"SimaProCSVType",
)

__version__ = "0.1.6"
__version__ = "0.1.7"

# Makes `sloppy-windows-1252` encoding available
import ftfy
Expand Down

0 comments on commit 73a4d9a

Please sign in to comment.