Skip to content

Commit c7f3ac1

Browse files
committed
Prepare release 0.3.0
1 parent 3b12d87 commit c7f3ac1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changelog for pytest-crate
55
Unreleased
66
==========
77

8+
2019/05/28 0.3.0
9+
================
10+
811
- Replace ``print`` statements with ``logging.debug`` statements so that
912
retrieving the fixture does not produce output that is captured in doctests.
1013
This may break existing usages of the fixture in doctests in case the output

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66

77
# a version must be PEP 440 compliant
8-
__version__ = Version("0.2.0")
8+
__version__ = Version("0.3.0")
99

1010

1111
def cwd() -> Path:

0 commit comments

Comments
 (0)