Skip to content

Commit 0c1f1f3

Browse files
committed
Prep for v0.2.22
1 parent 413872c commit 0c1f1f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [0.2.22] - 2021.xx.xx
3+
## [0.2.22] - 2021.08.14
44

55
### Added
66

@@ -9,8 +9,8 @@
99
### Fixed
1010

1111
- Fix error message if an input mapper function has an unknown argument.
12-
- Catch and print error message from output map function failure
13-
- Fix incorrect import key when importing from a non-trivial context that is not defined in the schema
12+
- Catch and print error message from output map function failure.
13+
- Fix incorrect import key when importing from a non-trivial context that is not defined in the schema.
1414

1515
## [0.2.21] - 2021.06.06
1616

matflow/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.21'
1+
__version__ = '0.2.22'

0 commit comments

Comments
 (0)