Skip to content

Commit d4aa71d

Browse files
committed
UPD: changelog, bump version to 0.5.1
1 parent 47306ea commit d4aa71d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
- 0.5.1:
4+
- Multiloading: use dict keys as module names when adding modules to jsonimporter
5+
- use `if obj is not None` instead of `if obj`
6+
37
- 0.5.0:
48
- Import multiple modules from one jsonimporter to reduce memory usage
59
- Add multiload example

paker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from paker.utils import check_compatibility, read_source_code, get_jsonimporter_from_meta_path
1111

1212
__all__ = ["dump", "load", "dumps", "loads", "__version__"]
13-
__version__ = "0.5.0"
13+
__version__ = "0.5.1"
1414

1515

1616
def load(fp: io.IOBase, overwrite: bool = False):

0 commit comments

Comments
 (0)