Skip to content

Commit

Permalink
bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Apr 29, 2023
1 parent d9f0212 commit 7ac1458
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This file tracks changes across development of the `ConvertTEMPLATE` repository.

## 0.3.X Version

The `0.3.X` series, starting with the `0.3.0` tagged release is a minor update to the
stable release version of the template, following the `0.3.0` release of `convnwb`.

## 0.2.X Version

The `0.2.X` series, starting with the `0.2.0` tagged release is a minor update to the
Expand Down
3 changes: 2 additions & 1 deletion scripts/check_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# Add local folder with `conv` module
import sys
sys.path.append('..')
from conv import Paths, print_status
from conv import Paths
from conv.io import get_files, make_file_list, missing_files
from conv.utils import print_status

# Import settings
from settings import PROJECT_PATH, EXPERIMENT
Expand Down

0 comments on commit 7ac1458

Please sign in to comment.