From da7171f7f1f698b8d5559cfb630c6ad722f86579 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 19 Feb 2024 16:21:34 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409cd5e670..62ff923eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +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.52.0] - 2023-02-19 ### Changed -- Textual now writes to stderr rather than stdout +- Textual now writes to stderr rather than stdout https://github.com/Textualize/textual/pull/4177 ### Added diff --git a/pyproject.toml b/pyproject.toml index 429bfa777a..e469f15794 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.51.0" +version = "0.52.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"