We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff21af commit 113e705Copy full SHA for 113e705
CHANGES.rst
@@ -0,0 +1,11 @@
1
+==========================
2
+Changelog for pytest-crate
3
4
+
5
+Unreleased
6
+==========
7
8
+2019/04/05 0.1.0
9
+================
10
11
+- Initial pytest plugin
setup.py
@@ -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:
0 commit comments