Skip to content

Commit 2234f65

Browse files
committed
UPD: bump version to 0.5.0, update changelog
1 parent 25d64a0 commit 2234f65

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
- 0.5.0:
4+
- Import multiple modules from one jsonimporter to reduce memory usage
5+
- Add multiload example
6+
- Add docstrings
7+
38
- 0.4.4:
49
- Update example for importing modules from stream
510
- Add `-U` flag to PyPI installation instructions

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.4.4"
13+
__version__ = "0.5.0"
1414

1515

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

0 commit comments

Comments
 (0)