Skip to content

Commit

Permalink
UPD: changelog, bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Dec 30, 2021
1 parent cde957b commit 5732fb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

- 0.6.0:
- Add support for `_memimporter`
- Replace `exceptions` package with module
- Update _tempimporter.import_module function to match
_memimporter.import_module() signature

- 0.5.2:
- Run multi-platform tests
- Support for Python 3.6 for version test
Expand Down
2 changes: 1 addition & 1 deletion paker/__init__.py
Expand Up @@ -10,7 +10,7 @@
from paker.utils import check_compatibility, read_source_code, get_jsonimporter_from_meta_path

__all__ = ["dump", "load", "dumps", "loads", "__version__"]
__version__ = "0.5.2"
__version__ = "0.6.0"


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

0 comments on commit 5732fb6

Please sign in to comment.