File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ Here you can see the full list of changes between nameko versions. Versions
55are in form of *headline.major.minor* numbers. Backwards-compatible changes
66increment the minor version number only.
77
8+ Version 2.14.1
9+ --------------
10+
11+ Released: 2021-12-05
12+
13+ * `nameko test` exit code command honours pytest result, and suppresses "module already imported" warning (#748)
14+ * Support for Python 3.10 (#747)
15+ * Upgrade pytest version used in CI (#729)
16+
817Version 2.14.0
918--------------
1019
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'nameko' ,
15- version = '2.14.0 ' ,
15+ version = '2.14.1 ' ,
1616 description = 'A microservices framework for Python that lets service '
1717 'developers concentrate on application logic and encourages '
1818 'testability.' ,
You can’t perform that action at this time.
0 commit comments