Skip to content

Commit f831104

Browse files
committed
0.4
1 parent 6d679b9 commit f831104

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/python-package-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
66
on:
77
push:
88
branches: [main, develop]
9+
tags: '*'
910
jobs:
1011
build-n-publish:
1112
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.0] - 2024-08-30
11+
12+
* Add biosphere changes not listed in change report
13+
* Add additional patches for technosphere
14+
1015
## [0.3.0] - 2024-08-13
1116

1217
* Patch missing ecoinvent migrations

ecoinvent_migrate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"generate_biosphere_mapping",
77
)
88

9-
__version__ = "0.3"
9+
__version__ = "0.4"
1010

1111
from .main import generate_biosphere_mapping, generate_technosphere_mapping

0 commit comments

Comments
 (0)