Skip to content

Commit

Permalink
release 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Aug 3, 2018
1 parent 03a8df1 commit 516e79d
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 21 deletions.
15 changes: 8 additions & 7 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: $(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.rr)
trigger:
branches:
include:
- '*'
- master
- refs/tags/*

phases:
- phase: lint
Expand Down Expand Up @@ -216,9 +217,9 @@ phases:
inputs:
versionSpec: '$(python.version)'

# - task: PyPIPublisher@0
# displayName: Package and publish to PyPI
# inputs:
# pypiConnection: pypi
# packageDirectory: '$(System.DefaultWorkingDirectory)'
# alsoPublishWheel: true
- task: PyPIPublisher@0
displayName: Package and publish to PyPI
inputs:
pypiConnection: pypi
packageDirectory: '$(System.DefaultWorkingDirectory)'
alsoPublishWheel: true
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,38 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start
3.1.3 (2018-08-03)
------------------

Bugfixes
^^^^^^^^

- A caching issue that caused the ``develop-inst-nodeps`` action, which
reinstalls the package under test, to always run has been resolved. The
``develop-inst-noop`` action, which, as the name suggests, is a no-op, will now
run unless there are changes to ``setup.py`` or ``setup.cfg`` files that have
not been reflected - by @stephenfin (`#909 <https://github.com/tox-dev/tox/issues/909>`_)


Features
^^^^^^^^

- Python version testenvs are now automatically detected instead of comparing
against a hard-coded list of supported versions. This enables ``py38`` and
eventually ``py39`` / ``py40`` / etc. to work without requiring an upgrade to
``tox``. As such, the following public constants are now deprecated
(and scheduled for removal in ``tox`` 4.0: ``CPYTHON_VERSION_TUPLES``,
``PYPY_VERSION_TUPLES``, ``OTHER_PYTHON_INTERPRETERS``, and ``DEFAULT_FACTORS`` -
by :user:`asottile` (`#914 <https://github.com/tox-dev/tox/issues/914>`_)


Documentation
^^^^^^^^^^^^^

- Add a system overview section on the index page that explains briefly how tox works -
by :user:`gaborbernat`. (`#867 <https://github.com/tox-dev/tox/issues/867>`_)


3.1.2 (2018-07-12)
------------------

Expand Down
2 changes: 0 additions & 2 deletions changelog/867.doc.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/909.bugfix.rst

This file was deleted.

7 changes: 0 additions & 7 deletions changelog/914.feature.rst

This file was deleted.

0 comments on commit 516e79d

Please sign in to comment.