We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad88e5 commit 655bd74Copy full SHA for 655bd74
CHANGES.rst
@@ -5,6 +5,9 @@ Changelog for pytest-crate
5
Unreleased
6
==========
7
8
+2019/04/05 0.2.0
9
+================
10
+
11
- Allow additional CrateDB settings in the ``crate_layer`` factory fixture
12
which are applied on node start.
13
setup.py
@@ -5,7 +5,7 @@
from setuptools import setup
# a version must be PEP 440 compliant
-__version__ = Version("0.2.dev0")
+__version__ = Version("0.2.0")
def cwd() -> Path:
0 commit comments