Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e56861

Browse files
2.4.1 -fixes#85
1 parent95592d4 commit1e56861

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#Changelog
22

33

4+
##2.4.1 (2023-07-19)
5+
6+
###Fixed
7+
- Import error when using`create_api` outside a REPL (see[#85](https://github.com/AlexandreDecan/portion/issues/85)).
8+
9+
10+
411
##2.4.0 (2023-03-13)
512

613
###Added

‎portion/api.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
importfunctools
22
importimportlib
3+
importimportlib.util
34

45
from .constimportBound,inf
56
from .funcimportiterate,open,closed,openclosed,closedopen,empty,singleton

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="portion",
12-
version="2.4.0",
12+
version="2.4.1",
1313
license="LGPLv3",
1414
author="Alexandre Decan",
1515
url="https://github.com/AlexandreDecan/portion",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp