We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ef4ff commit c04ebe2Copy full SHA for c04ebe2
CHANGELOG.rst
@@ -1,12 +1,14 @@
1
-1.6.0 (unreleased)
+1.6.0 (2019-03-31)
2
------------------
3
4
* ``execnet`` no longer supports Python 2.6 and 3.3 (#85). Users of those Python versions
5
using a recent enough ``pip`` should not be affected, as ``pip`` will only install
6
``1.5.0`` for them.
7
8
-1.5.0
9
------
+* Update test suite to support ``pytest>4``.
+
10
+1.5.0 (2017-10-16)
11
+------------------
12
13
- support shell escaping in python pathnames of popen.
14
@@ -34,8 +36,8 @@
34
36
35
37
- fix spec parsing on Windows due to path containing '\' characters.
38
-1.4.1
-------
39
+1.4.1 (2015-09-02)
40
41
42
- fix a regression of the Serializer created by the implied opcode ordering
43
which resulted in a incompatible opcode mapping
0 commit comments