Skip to content

Commit 419f819

Browse files
committed
bump: version 0.2.2 → 0.2.3
1 parent a505d5d commit 419f819

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source = ["src"]
33

44
[tool.poetry]
55
name = "spaemis"
6-
version = "0.2.2"
6+
version = "0.2.3"
77
description = "Produce a coherent set of emissions for regional air quality modelling"
88
authors = ["Jared Lewis <jared.lewis@climate-resource.com>"]
99
readme = "README.md"
@@ -46,7 +46,7 @@ typing-extensions = "^4.5.0"
4646
pyyaml = "^6.0"
4747

4848
[tool.commitizen]
49-
version = "0.2.2"
49+
version = "0.2.3"
5050
version_files = ["pyproject.toml:^version"]
5151
tag_format = "v$version"
5252
major_version_zero = true

0 commit comments

Comments
 (0)