Skip to content

Commit

Permalink
prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Apr 5, 2019
1 parent 8ad88e5 commit 655bd74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog for pytest-crate
Unreleased
==========

2019/04/05 0.2.0
================

- Allow additional CrateDB settings in the ``crate_layer`` factory fixture
which are applied on node start.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 655bd74

Please sign in to comment.