Skip to content

Commit 07bf34f

Browse files
committed
Prepare 4.0.0 release
1 parent b860d02 commit 07bf34f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Changelog
22
=========
33

4-
3.1.0
4+
4.0.0
55
-----
66

77
- Add config option to select cipher for ssh connection (dasm)
88
- Fix deprecation warnings for pytest (dasm)
99
- Support pytest-xdist >= 1.26.0 (dasm)
10-
- Support pytest >= 4.0.0 (dasm)
10+
- Support pytest >= 3.6.1 (dasm)
1111
- Remove support for Python 3.0, 3.1, 3.2, 3.3 (consistent with pytest-xdist) (dasm)
1212

1313
3.0.1

pytest_cloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""PyTest Cloud."""
22

3-
__version__ = '3.0.1'
3+
__version__ = '4.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
url='https://github.com/pytest-dev/pytest-cloud',
2828
install_requires=[
2929
'psutil',
30-
'pytest>=4.0.0',
30+
'pytest>=3.6.1',
3131
'pytest-xdist>=1.26.0',
3232
'setuptools',
3333
'six',

0 commit comments

Comments
 (0)