Skip to content

Commit

Permalink
bump: version 0.63.6 → 0.63.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent d969b07 commit 14d657d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <schrohm@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 14d657d

Please sign in to comment.