summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-29 20:07:23 +0200
committerOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-29 20:07:23 +0200
commita2cd17befa943be146c5241fb336f0785a2abe10 (patch)
tree617cc4b76dbf943794da2d88a200c1ea58e4d97d
parent6a36793d766e61b0e96bdde87b8f4942e6fef7ea (diff)
downloadtox-git-a2cd17befa943be146c5241fb336f0785a2abe10.tar.gz
release preparation for 2.9.1
-rw-r--r--CHANGELOG.rst27
1 files changed, 20 insertions, 7 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 34314ec1..1d880d98 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -24,6 +24,16 @@ on Github:
.. towncrier release notes start
+2.9.1 (2017-09-29)
+------------------
+
+Misc
+^^^^
+
+- integrated new release process and fixed changelog rendering for pypi.org -
+ by `@obestwalter <https://github.com/obestwalter>`_.
+
+
2.9.0 (2017-09-29)
------------------
@@ -31,7 +41,8 @@ Features
^^^^^^^^
- ``tox --version`` now shows information about all registered plugins - by
- `@obestwalter <https://github.com/obestwalter>`_ (`#544 <https://github.com/tox-dev/tox/issues/544>`_)
+ `@obestwalter <https://github.com/obestwalter>`_
+ (`#544 <https://github.com/tox-dev/tox/issues/544>`_)
Bugfixes
@@ -39,20 +50,22 @@ Bugfixes
- ``skip_install`` overrides ``usedevelop`` (``usedevelop`` is an option to
choose the installation type if the package is installed and `skip_install`
- determines if it should be installed at all) - by `@ferdonline <https://github.com/ferdonline>`_ (`#571
- <https://github.com/tox-dev/tox/issues/571>`_)
+ determines if it should be installed at all) - by `@ferdonline <https://github.com/ferdonline>`_
+ (`#571 <https://github.com/tox-dev/tox/issues/571>`_)
Misc
-----
+^^^^
-- :pull:`635` inherit from correct exception - by :user:`obestwalter`
+- `#635 <https://github.com/tox-dev/tox/issues/635>`_ inherit from correct exception -
+ by `@obestwalter <https://github.com/obestwalter>`_
(`#635 <https://github.com/tox-dev/tox/issues/635>`_).
-- spelling and escape sequence fixes - by :user:`scoop`
+- spelling and escape sequence fixes - by `@scoop <https://github.com/scoop>`_
(`#637 <https://github.com/tox-dev/tox/issues/637>`_ and
`#638 <https://github.com/tox-dev/tox/issues/638>`_).
- add a badge to show build status of documentation on readthedocs.io -
- by :user:`obestwalter`.
+ by `@obestwalter <https://github.com/obestwalter>`_.
+
Improved Documentation
^^^^^^^^^^^^^^^^^^^^^^