File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.19.3] - 2022-09-14
8
+
9
+ ### Fixed
10
+ - Fix typing for Route modulos arg
11
+ - Respect patterns with empty value when using equal lookup (#206 )
12
+ - Use pytest asyncio auto mode (#212 )
13
+ - Fix mock decorator to work together with pytest fixtures (#213 )
14
+ - Wrap pytest function correctly, i.e. don't hide real function name (#213 )
15
+
16
+ ### Changed
17
+ - Enable mypy strict_optional (#201 )
18
+
19
+
7
20
## [ 0.19.2] - 2022-02-03
8
21
9
22
### Fixed
Original file line number Diff line number Diff line change 1
- __version__ = "0.19.2 "
1
+ __version__ = "0.19.3 "
You can’t perform that action at this time.
0 commit comments