We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d4ad0 commit b54ac3fCopy full SHA for b54ac3f
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.60.1 (2024-05-30)
2
+
3
+### Fix
4
5
+- missing dependency python-dateutil added. Closes #644 (#645)
6
7
## 0.60.0 (2024-05-29)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataclasses-avroschema"
-version = "0.60.0"
+version = "0.60.1"
description = "Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas"
authors = ["Marcos Schroh <schrohm@gmail.com>"]
license = "MIT"
@@ -100,7 +100,7 @@ unfixable = []
100
"tests/model_generator/test_model_generator.py" = ["E501"]
101
102
[tool.commitizen]
103
104
tag_format = "$version"
105
version_files = [
106
"pyproject.toml:version",
0 commit comments