Skip to content

Commit 886267c

Browse files
committed
UPD: bump version to 0.7.0, update changelog
1 parent cd16243 commit 886267c

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.7.0:
4+
- Make all `jsonimporter` instance variables private
5+
- Remove multiload example
6+
37
- 0.6.2:
48
- Update examples in README.md
59
- Fix all modules being unloaded when using nested loaders

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.6.2"
13+
__version__ = "0.7.0"
1414

1515

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

0 commit comments

Comments
 (0)