Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17ecee2

Browse files
authored
release 2.14.1 (nameko#751)
1 parent 1dab1e0 commit 17ecee2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Here you can see the full list of changes between nameko versions. Versions
55
are in form of *headline.major.minor* numbers. Backwards-compatible changes
66
increment 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+
817
Version 2.14.0
918
--------------
1019

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
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.',

0 commit comments

Comments
 (0)