Skip to content

Commit

Permalink
bump: version 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed May 29, 2023
1 parent a505d5d commit 419f819
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.3 (2023-05-29)

### Feat

- Specify the point source directory using an environment variable (#31)

## v0.2.2 (2023-05-26)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source = ["src"]

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

[tool.commitizen]
version = "0.2.2"
version = "0.2.3"
version_files = ["pyproject.toml:^version"]
tag_format = "v$version"
major_version_zero = true
Expand Down

0 comments on commit 419f819

Please sign in to comment.