Skip to content

Commit

Permalink
prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Apr 5, 2019
1 parent eff21af commit 113e705
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
==========================
Changelog for pytest-crate
==========================

Unreleased
==========

2019/04/05 0.1.0
================

- Initial pytest plugin
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.1.dev0")
__version__ = Version("0.1.0")


def cwd() -> Path:
Expand Down

0 comments on commit 113e705

Please sign in to comment.