Skip to content

Commit 17a5226

Browse files
committed
Merge branch 'release/1.7' into develop
* release/1.7: bump version updates CHANGELOG
2 parents b9a5f06 + 11a7f63 commit 17a5226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.7.0 (dev)
2-
-----------
1+
1.7.0
2+
-----
33
* add support python 3.6,3.7,3.8
44
* bug fixes
55

pytest_echo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pkg_resources
99
from pkg_resources import DistributionNotFound
1010

11-
__version__ = '1.6.0'
11+
__version__ = '1.7.0'
1212

1313

1414
def get_installed_distributions():

0 commit comments

Comments
 (0)