From 14d657ddfb49c07a1e52a001a5b964a970aaef0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 07:14:50 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.63.6=20=E2=86=92=200.63.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0baf1854..f0d70148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.63.7 (2024-10-17) + +### Fix + +- AttributeError exception raised when trying to generate schema from AvroModel itself and not a subclass of it. Closes #739 (#777) + ## 0.63.6 (2024-10-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0a3f4476..1a3c7ef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataclasses-avroschema" -version = "0.63.6" +version = "0.63.7" description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas" authors = ["Marcos Schroh "] license = "MIT" @@ -105,7 +105,7 @@ unfixable = [] "tests/model_generator/test_model_generator.py" = ["E501"] [tool.commitizen] -version = "0.63.6" +version = "0.63.7" tag_format = "$version" version_files = [ "pyproject.toml:version",