Skip to content

Commit 05f9e9c

Browse files
committed
bump: version 0.2.0a2 → 0.2.0
1 parent 0263b7f commit 05f9e9c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v0.2.0 (2023-05-22)
4+
35
## v0.2.0a2 (2023-05-22)
46

57
## [v0.1.0]

pyproject.toml

Lines changed: 2 additions & 3 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.0a2"
6+
version = "0.2.0"
77
description = "Produce a coherent set of emissions for regional air quality modelling"
88
authors = ["Jared Lewis <[email protected]>"]
99
readme = "README.md"
@@ -46,11 +46,10 @@ typing-extensions = "^4.5.0"
4646
pyyaml = "^6.0"
4747

4848
[tool.commitizen]
49-
version = "0.2.0a2"
49+
version = "0.2.0"
5050
version_files = ["pyproject.toml:^version"]
5151
tag_format = "v$version"
5252
major_version_zero = true
53-
changelog_merge_prerelease = true
5453

5554
[tool.poetry.extras]
5655
notebooks = [

0 commit comments

Comments
 (0)