Skip to content

Commit 113e705

Browse files
committed
prepare release 0.1.0
1 parent eff21af commit 113e705

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

+11
Original file line numberDiff line numberDiff line change
@@ -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

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

1010

1111
def cwd() -> Path:

0 commit comments

Comments
 (0)