diff --git a/CHANGELOG.md b/CHANGELOG.md index 91e617c0..12528355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.63.1 (2024-09-24) + +### Fix + +- Explicit __all__ to make mypy happy (#757) + ## 0.63.0 (2024-09-13) ### Feat diff --git a/pyproject.toml b/pyproject.toml index d292a131..cc107ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.63.0" +version = "0.63.1" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -102,7 +102,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.63.0" +version = "0.63.1" tag_format = "$version" version_files = [ "pyproject.toml:version",