From cabdb9f1758c431c685cc6c5002ffb21f7b8463a Mon Sep 17 00:00:00 2001 From: lexicalunit Date: Wed, 8 May 2024 12:20:55 -0700 Subject: [PATCH] Release v11.0.3 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9275c5..88084253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v11.0.3](https://github.com/lexicalunit/spellbot/releases/tag/v11.0.3) - 2024-05-08 + ### Fixed - Fixed a typo in operations log for the defer operation. diff --git a/pyproject.toml b/pyproject.toml index 17c47b10..c9bfedb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ packages = [ ] readme = 'README.md' repository = 'https://github.com/lexicalunit/spellbot' -version = "11.0.2" +version = "11.0.3" [tool.poetry.dependencies] aiohttp = "^3.9.4"