Skip to content

Commit

Permalink
Merge pull request #1357 from pypa/release-16.6.0
Browse files Browse the repository at this point in the history
release 16.6.0 and drop all jython reference
  • Loading branch information
gaborbernat committed May 15, 2019
2 parents be82612 + 8cd7254 commit ba302e2
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 198 deletions.
3 changes: 0 additions & 3 deletions docs/changelog/1354.feature.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/changelog/1356.feature.rst

This file was deleted.

15 changes: 15 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Release History

.. towncrier release notes start
v16.6.0 (2019-05-15)
--------------------

Features
^^^^^^^^

- Drop Jython support. Jython became slower and slower in the last few months and significantly holds back our
CI and development. As there's very little user base for it decided to drop support for it. If there are Jython
developers reach out to us to see how we can add back support. (`#1354 <https://github.com/pypa/virtualenv/issues/1354>`_)
- Upgrade embedded packages:

* upgrade wheel from ``0.33.1`` to ``0.33.4``
* upgrade pip from ``19.1`` to ``19.1.1`` (`#1356 <https://github.com/pypa/virtualenv/issues/1356>`_)


v16.5.0 (2019-04-24)
--------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
testing = mock;python_version<"3.3"
pytest >= 4.0.0, <5
coverage >= 4.5.0, <5
pytest-timeout >= 1.3.0, <2; platform_python_implementation!="Jython"
pytest-timeout >= 1.3.0, <2
xonsh; python_version>="3.5"
six >= 1.10.0, < 2
pytest-xdist; platform_python_implementation!="Jython"
pytest-xdist
pytest-localserver
pypiserver
docs = sphinx >= 1.8.0, < 2
Expand Down
Loading

0 comments on commit ba302e2

Please sign in to comment.