Skip to content

Commit ad05269

Browse files
committed
start 1.6
1 parent 5189b0f commit ad05269

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.6.0 (dev)
2+
-----------
3+
* drop suport python 2.6
4+
15
1.5.1
26
-----
37
* drop suport python 2.6

pytest_echo.py

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

10-
__version__ = '1.5.1'
10+
__version__ = '1.6.0'
1111

1212

1313
def get_attr(obj, attr, default='NOT FOUND'):

0 commit comments

Comments
 (0)