Skip to content

Commit

Permalink
Merge pull request #107 from yukinarit/bump-to-0.3.1
Browse files Browse the repository at this point in the history
chore: Bump version to 0.3.1
  • Loading branch information
yukinarit authored Mar 21, 2021
2 parents 8adc113 + 4343ecb commit bd319ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.1 (2021-03-21)

* fix: Add type annotation to serde decorators ([f885a27](https://github.com/yukinarit/pyserde/commit/f885a27))

You can get the code completion from the class with `serialize` and `deserialize` decorators. I would recommend everyone to upgrade to v0.3.1.

## 0.3.0 (2021-03-20)

* feat: Support PEP585 type hint annotation ([81d3f4f](https://github.com/yukinarit/pyserde/commit/81d3f4f))
Expand Down
2 changes: 1 addition & 1 deletion serde/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .se import asdict, astuple, is_serializable, serialize, to_dict, to_tuple # noqa

""" Version of pyserde. """
__version__ = '0.3.0'
__version__ = '0.3.1'

__all__ = [
'serialize',
Expand Down

0 comments on commit bd319ca

Please sign in to comment.