From 35f866c0cb87e817f99aeb1218e8662722a455ef Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 20 Jan 2023 08:59:37 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a04bab88..e3ffc3dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.10.1] - 2023-01-20 ### Added @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- Fixed `textual diagnose` crash on older supported Python versions. +- Fixed `textual diagnose` crash on older supported Python versions. https://github.com/Textualize/textual/issues/1622 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 89b5bcfbf..99ee64632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.10.0" +version = "0.10.1" homepage = "https://github.com/Textualize/textual" description = "Modern Text User Interface framework" authors = ["Will McGugan "]