Skip to content

Commit

Permalink
2.0.1rc2
Browse files Browse the repository at this point in the history
Patch for missing import
  • Loading branch information
tab-cmd committed Oct 14, 2022
1 parent 1a589c6 commit cb44fda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.1-rc.2

Small patch release to fix a missing import in helpers/parameters.py

# 2.0.0-rc.2

## Contributions
Expand Down
2 changes: 1 addition & 1 deletion bcipy/helpers/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pathlib import Path
from typing import Any, Dict, NamedTuple, Tuple

from bcipy.config import DEFAULT_ENCODING
from bcipy.config import DEFAULT_ENCODING, DEFAULT_PARAMETERS_PATH


class Parameter(NamedTuple):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AUTHOR = 'CAMBI'
REQUIRES_PYTHON = '>3.6,<3.9'

VERSION = '2.0.0rc2'
VERSION = '2.0.1rc2'


# What packages are required for this module to be executed?
Expand Down

0 comments on commit cb44fda

Please sign in to comment.