Skip to content

Commit

Permalink
Set version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkohl committed Aug 1, 2015
1 parent b32b49b commit 7350211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning`_. The change log is
formatted as suggested by `Keep a CHANGELOG`_.

`Unreleased`_
~~~~~~~~~~~~~
`0.1`_
~~~~~~~

Added

* Specify one or multiple files to be copied by decorating the test
function


.. _`Unreleased`: https://github.com/omarkohl/pytest-datafiles/tree/master
.. _`0.1`: https://github.com/omarkohl/pytest-datafiles/compare/3c31b2c...0.1


.. _`Semantic Versioning`: http://semver.org/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _read(fname):

setup(
name='pytest-datafiles',
version='0.1.dev0',
version='0.1',
py_modules=['pytest_datafiles'],
url='https://github.com/omarkohl/pytest-datafiles',
license='MIT',
Expand Down

0 comments on commit 7350211

Please sign in to comment.