Skip to content

Commit 655bd74

Browse files
committed
prepare release 0.2.0
1 parent 8ad88e5 commit 655bd74

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changelog for pytest-crate
55
Unreleased
66
==========
77

8+
2019/04/05 0.2.0
9+
================
10+
811
- Allow additional CrateDB settings in the ``crate_layer`` factory fixture
912
which are applied on node start.
1013

setup.py

+1-1
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.dev0")
8+
__version__ = Version("0.2.0")
99

1010

1111
def cwd() -> Path:

0 commit comments

Comments
 (0)