From 4fb91a912884a0eef7699933a0b6f9c71a1500ff Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 1 Dec 2023 11:37:33 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5af95d5f..5c215abfe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.44.0] - 2023-12-1 ### Changed +- Breaking change: Dropped 3.7 support https://github.com/Textualize/textual/pull/3766 - Breaking changes https://github.com/Textualize/textual/issues/1530 - `link-hover-background` renamed to `link-background-hover` - `link-hover-color` renamed to `link-color-hover` @@ -1492,6 +1493,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040 - New handler system for messages that doesn't require inheritance - Improved traceback handling +[0.44.0]: https://github.com/Textualize/textual/compare/v0.43.2...v0.44.0 [0.43.2]: https://github.com/Textualize/textual/compare/v0.43.1...v0.43.2 [0.43.1]: https://github.com/Textualize/textual/compare/v0.43.0...v0.43.1 [0.43.0]: https://github.com/Textualize/textual/compare/v0.42.0...v0.43.0 diff --git a/pyproject.toml b/pyproject.toml index 031bdeeb58..5ee266d714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.43.2" +version = "0.44.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"