Skip to content

Commit

Permalink
Merge pull request #19 from gMatas/update
Browse files Browse the repository at this point in the history
chore(readme): Update readme
  • Loading branch information
gMatas authored Jan 1, 2025
2 parents f920b43 + 6b3826d commit 4115d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ EzSerialization supports two context managers:
Currently only a single option is available for customizing `ezserialization`:
- `ezserialization.type_field_name` - by default it is set to `_type_`, however if user's solution has `to_dict()`
methods that already contain such field, an alternative field name can be set to override the default one.

## Contribution

Want to contribute? Create an issue ticket at GitHub & let's discuss 🤗
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ezserialization"
version = "0.5.0"
version = "0.5.1"
description = "Simple, easy to use & transparent python objects serialization & deserialization."
authors = ["Matas Gumbinas <[email protected]>"]
repository = "https://github.com/gMatas/ezserialization"
Expand Down

0 comments on commit 4115d5e

Please sign in to comment.