Skip to content

Commit

Permalink
bump: version 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed May 26, 2023
1 parent c4f742e commit 4713492
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.2 (2023-05-26)

### Feat

- Allow the inventory directory to be specified using the SPAEMIS_INVENTORY_DIRECTORY environment variable (#30)

## v0.2.1 (2023-05-22)

### 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.1"
version = "0.2.2"
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.1"
version = "0.2.2"
version_files = ["pyproject.toml:^version"]
tag_format = "v$version"
major_version_zero = true
Expand Down

0 comments on commit 4713492

Please sign in to comment.