File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.2.3 (2023-05-29)
4+
5+ ### Feat
6+
7+ - Specify the point source directory using an environment variable (#31 )
8+
39## v0.2.2 (2023-05-26)
410
511### Feat
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source = ["src"]
33
44[tool .poetry ]
55name = " spaemis"
6- version = " 0.2.2 "
6+ version = " 0.2.3 "
77description = " Produce a coherent set of emissions for regional air quality modelling"
88authors = [" Jared Lewis <jared.lewis@climate-resource.com>" ]
99readme = " README.md"
@@ -46,7 +46,7 @@ typing-extensions = "^4.5.0"
4646pyyaml = " ^6.0"
4747
4848[tool .commitizen ]
49- version = " 0.2.2 "
49+ version = " 0.2.3 "
5050version_files = [" pyproject.toml:^version" ]
5151tag_format = " v$version"
5252major_version_zero = true
You can’t perform that action at this time.
0 commit comments