File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Releases are
9
9
versioned in accordance with [ Semantic
10
10
Versioning] ( https://semver.org/spec/v2.0.0.html ) .
11
11
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
+
12
22
## [ 1.0.1] "crimson meerkat" - 11/27/2020
13
23
14
24
Patch release to expand package discovery metadata. No functional changes.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " statesman"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " A modern state machine library."
5
5
authors = [
" Blake Watters <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments