Skip to content

Commit

Permalink
UPD: bump version to 0.3.6, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed Jul 1, 2021
1 parent 3e1d321 commit 01e449c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

- 0.3.6:
- Add dill example
- Add license files for dill and mss (examples)
- Add string import example

- 0.3.5:
- Update readme
- Fix set utf-8 encoding when opening files in CLI mode
Expand Down
2 changes: 1 addition & 1 deletion paker/__main__.py
Expand Up @@ -5,7 +5,7 @@
import argparse
from paker import dump

__version__ = "0.3.5"
__version__ = "0.3.6"


def _dump(args):
Expand Down

0 comments on commit 01e449c

Please sign in to comment.