From 3ac299bdfe54bb6fbf84b63e0183517ac5e2214c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20S=C3=A1nchez?= Date: Mon, 13 Nov 2023 15:14:13 +0000 Subject: [PATCH] First candidate release 0.11.1 --- CHANGELOG.md | 4 +++- blackboard_sync/__about__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 796dcab..ad1c47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.11.0] - 2023-10-26 +## [0.11.1] - 2023-11-13 ### Added - Add support for Sam Houston State University (@cainanmahar) @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Improve Blackboard API data validation (@cainanmahar) - PyQt5 has been updated due to a security issue +- Content body is now UTF-8 encoded explicitly (@arnodeceuninck) +- Support for University of Antwerp fixed (@arnodeceuninck) ## [0.10.0] - 2023-10-05 diff --git a/blackboard_sync/__about__.py b/blackboard_sync/__about__.py index e1380ca..b705cea 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.11.0-beta.1" +__version__ = "0.11.1-rc.1" __author__ = "Jacob Sánchez" __email__ = "jacobszpz@protonmail.com"