We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b12d87 commit c7f3ac1Copy full SHA for c7f3ac1
CHANGES.rst
@@ -5,6 +5,9 @@ Changelog for pytest-crate
5
Unreleased
6
==========
7
8
+2019/05/28 0.3.0
9
+================
10
+
11
- Replace ``print`` statements with ``logging.debug`` statements so that
12
retrieving the fixture does not produce output that is captured in doctests.
13
This may break existing usages of the fixture in doctests in case the output
setup.py
@@ -5,7 +5,7 @@
from setuptools import setup
# a version must be PEP 440 compliant
-__version__ = Version("0.2.0")
+__version__ = Version("0.3.0")
def cwd() -> Path:
0 commit comments