Skip to content

Commit

Permalink
REL: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Apr 2, 2020
1 parent 00b5494 commit 33fc744
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ be in `_build/html`.
version and adding all "Authors" for the release
- "Authors" are all people who committed code or in other ways contributed
to `pybv` **for this release** (e.g., by reviewing PRs).
1. commit the change and git push to master (or make a pull request)
1. Commit the change and git push to master (or make a pull request). Include
"REL" in your commit message.
1. remove the `build/` and `dist/` directories from the pybv root directory
1. run `pip install -e .` and then `python setup.py sdist bdist_wheel`
1. upload to [test-pypi](https://test.pypi.org/):
Expand Down
14 changes: 12 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,23 @@ Here we list a changelog of pybv.
:local:
:depth: 1

Current
=======
0.3.0
=====

Changelog
~~~~~~~~~
- Add ``unit`` parameter for exporting signals in a specific unit (V, mV, µV or uV, nV) by `Clemens Brunner`_ (`#39 <https://github.com/bids-standard/pybv/pull/39>`_)

API
~~~
- The order of parameters in :func:`pybv.write_brainvision` has changed, by `Clemens Brunner`_ (`#39 <https://github.com/bids-standard/pybv/pull/39>`_)

Authors
~~~~~~~
- `Clemens Brunner`_
- `Stefan Appelhoff`_
- `Tristan Stenner`_

0.2.0
=====

Expand Down
2 changes: 1 addition & 1 deletion pybv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#
# License: BSD (3-clause)

__version__ = '0.3.0.dev0'
__version__ = '0.3.0'

from .io import (write_brainvision, ) # noqa: F401

0 comments on commit 33fc744

Please sign in to comment.