Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Jul 1, 2019
1 parent e1ac114 commit 4e2cc01
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.rst
Expand Up @@ -148,6 +148,21 @@ issue tracker <https://github.com/jpgill86/neurotic/issues>`_.
Changes
-------

0.4.0 (2019-07-01)
~~~~~~~~~~~~~~~~~~

Improvements
............

* Show epochs imported from CSV files with zero duration in epoch viewer
(`#27 <https://github.com/jpgill86/neurotic/pull/27>`__)

* Show epochs/events imported from data file in events list/epoch viewer
(`#28 <https://github.com/jpgill86/neurotic/pull/28>`__)

* Alphabetize epoch and event channels by name
(`#29 <https://github.com/jpgill86/neurotic/pull/29>`__)

0.3.0 (2019-06-29)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
MAJOR = 0 # increment for backwards-incompatible changes
MINOR = 4 # increment for backwards-compatible feature additions
MICRO = 0 # increment for backwards-compatible bug fixes
IS_RELEASED = False # determines whether version will be marked as development
IS_RELEASED = True # determines whether version will be marked as development
VERSION = f'{MAJOR}.{MINOR}.{MICRO}'

# Try to fetch the git revision number from the .git directory if it exists.
Expand Down

0 comments on commit 4e2cc01

Please sign in to comment.