From a7053b436be5b1ac5b7514099dfdb4534edec9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20S=C3=A1nchez?= Date: Sun, 17 Sep 2023 11:04:01 +0100 Subject: [PATCH] Release 0.9.10 --- CHANGELOG.md | 5 +++++ blackboard_sync/__about__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4900ab8..c7380da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.10] - 2023-09-17 + +### Fixed +- Other issues when migrating to pydantic v2 + ## [0.9.9] - 2023-09-17 ### Fixed diff --git a/blackboard_sync/__about__.py b/blackboard_sync/__about__.py index 6fb5725..032c274 100644 --- a/blackboard_sync/__about__.py +++ b/blackboard_sync/__about__.py @@ -33,7 +33,7 @@ __summary__ = "Automatic Syncing Of Your Blackboard Content" __uri__ = "https://github.com/jacobszpz/BlackboardSync" -__version__ = "0.9.9" +__version__ = "0.9.10" __author__ = "Jacob Sánchez" __email__ = "jacobszpz@protonmail.com"