Skip to content

Commit 6f371b2

Browse files
committed
Update version and changelog for 1.0.2
1 parent 004e6b8 commit 6f371b2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Releases are
99
versioned in accordance with [Semantic
1010
Versioning](https://semver.org/spec/v2.0.0.html).
1111

12+
## [1.0.2] "crimson meerkat" - 11/23/2021
13+
14+
### Changed
15+
16+
- Default python version set to 3.9.9
17+
18+
### Fixed
19+
20+
- Bug where pydantic model Event.return_type default value (bool) was overriding initialization argument
21+
1222
## [1.0.1] "crimson meerkat" - 11/27/2020
1323

1424
Patch release to expand package discovery metadata. No functional changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "statesman"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "A modern state machine library."
55
authors = ["Blake Watters <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)