Skip to content

Commit

Permalink
2.4.1 - fixes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Jul 19, 2023
1 parent 95592d4 commit 1e56861
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## 2.4.1 (2023-07-19)

### Fixed
- Import error when using `create_api` outside a REPL (see [#85](https://github.com/AlexandreDecan/portion/issues/85)).



## 2.4.0 (2023-03-13)

### Added
Expand Down
1 change: 1 addition & 0 deletions portion/api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import functools
import importlib
import importlib.util

from .const import Bound, inf
from .func import iterate, open, closed, openclosed, closedopen, empty, singleton
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="portion",
version="2.4.0",
version="2.4.1",
license="LGPLv3",
author="Alexandre Decan",
url="https://github.com/AlexandreDecan/portion",
Expand Down

0 comments on commit 1e56861

Please sign in to comment.