From 5c8f0f1ef90ee736b31431504dc48aa1ea4f6313 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Mon, 17 Jun 2024 16:29:27 -0500 Subject: [PATCH] chore: bump version to v0.10.0 --- CHANGELOG.rst | 8 ++++++++ platform_plugin_aspects/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba630dc..e7124ab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,14 @@ Change Log Unreleased ********** +0.10.0 - 2024-06-17 +******************* + +Added +===== + +* A sink for the course enrollment model. + 0.9.7 - 2024-06-14 ****************** diff --git a/platform_plugin_aspects/__init__.py b/platform_plugin_aspects/__init__.py index 6986ab3..8b6f4ff 100644 --- a/platform_plugin_aspects/__init__.py +++ b/platform_plugin_aspects/__init__.py @@ -5,6 +5,6 @@ import os from pathlib import Path -__version__ = "0.9.7" +__version__ = "0.10.0" ROOT_DIRECTORY = Path(os.path.dirname(os.path.abspath(__file__)))