bump version
This commit is contained in:
parent
c39d846c1b
commit
55f21bd2b9
|
@ -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`_).
|
* 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.
|
Thanks to `@nicoddemus`_ for the report and `@RonnyPfannschmidt`_ for the PR.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
|
* pytest no longer recognizes coroutine functions as yield tests (`#2129`_).
|
||||||
Thanks to `@malinoff`_ for the PR.
|
Thanks to `@malinoff`_ for the PR.
|
||||||
|
|
||||||
|
@ -30,7 +29,6 @@
|
||||||
* Fail ``testdir.runpytest().assert_outcomes()`` explicitly if the pytest
|
* Fail ``testdir.runpytest().assert_outcomes()`` explicitly if the pytest
|
||||||
terminal output it relies on is missing. Thanks to `@eli-b`_ for the PR.
|
terminal output it relies on is missing. Thanks to `@eli-b`_ for the PR.
|
||||||
|
|
||||||
*
|
|
||||||
|
|
||||||
.. _@lesteve: https://github.com/lesteve
|
.. _@lesteve: https://github.com/lesteve
|
||||||
.. _@malinoff: https://github.com/malinoff
|
.. _@malinoff: https://github.com/malinoff
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#
|
#
|
||||||
__version__ = '3.0.6.dev0'
|
__version__ = '3.0.6'
|
||||||
|
|
Loading…
Reference in New Issue