bump version

This commit is contained in:
Ronny Pfannschmidt 2017-01-20 17:55:16 +01:00
parent c39d846c1b
commit 55f21bd2b9
2 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,10 @@
3.0.6.dev0 (unreleased)
3.0.6 (2017-01-29)
=======================
* pytest no longer generates ``PendingDeprecationWarning`` from its own operations, which was introduced by mistake in version ``3.0.5`` (`#2118`_).
Thanks to `@nicoddemus`_ for the report and `@RonnyPfannschmidt`_ for the PR.
* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
Thanks to `@malinoff`_ for the PR.
@ -30,7 +29,6 @@
* Fail ``testdir.runpytest().assert_outcomes()`` explicitly if the pytest
terminal output it relies on is missing. Thanks to `@eli-b`_ for the PR.
*
.. _@lesteve: https://github.com/lesteve
.. _@malinoff: https://github.com/malinoff

View File

@ -1,2 +1,2 @@
#
__version__ = '3.0.6.dev0'
__version__ = '3.0.6'