Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jun 28, 2024
1 parent cadba6c commit 04fa22c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.1.5 (2024-06-28)
* Refactored dynamic characterization to separate package [dynamic_characterization](https://github.com/TimoDiepers/dynamic_characterization)

## v0.1.4 (2024-06-15)
* Handled emissions occuring outside of fixed time horizon in dynamic characterization [#46](https://github.com/brightway-lca/bw_timex/issues/46)
* Fix substitution exchanges [#53](https://github.com/brightway-lca/bw_timex/issues/53)
Expand Down
2 changes: 1 addition & 1 deletion bw_timex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .timeline_builder import TimelineBuilder
from .timex_lca import TimexLCA

__version__ = "0.1.4"
__version__ = "0.1.5"
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers = [
description = "Time-explicit Life Cycle Assessment"
keywords= ["brightway", "Life Cycle Assessment", "LCA", "time-explicit", "dynamic", "prospective"]
readme = "README.md"
dynamic = ["dependencies", "version"]
dynamic = ["version"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
Expand Down Expand Up @@ -80,7 +80,6 @@ packages = [
]

[tool.setuptools.dynamic]
dependencies = {file = ["docs/requirements.txt"]}
version = {attr = "bw_timex.__version__"}

[tool.pytest.ini_options]
Expand Down

0 comments on commit 04fa22c

Please sign in to comment.