From 1695758937a0c0226f850f6933500a0f69a3f179 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 31 May 2022 10:43:24 +0200 Subject: [PATCH] DOC: Update changelog for release --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11fec28..2a0c7dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,14 +17,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### -* [#64](https://gitlab.com/caosdb/caosdb-pylib/-/issues/64) Use `Dict[]` and - `List[]` from `typing` for type hinting instead of `dict[]` and `list[]` for - compatibility with Python<3.9. - ### Security ### ### Documentation ### +## [0.7.4] - 2022-05-31 +(Florian Spreckelsen) + +### Fixed ### + +* [#64](https://gitlab.com/caosdb/caosdb-pylib/-/issues/64) Use `Dict[]` and + `List[]` from `typing` for type hinting instead of `dict[]` and `list[]` for + compatibility with Python<3.9. + ## [0.7.3] - 2022-05-03 (Henrik tom Wörden) -- GitLab