diff --git a/CHANGELOG.md b/CHANGELOG.md index ea0c3844ec..74f76de662 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/). -## [0.61.0] - Unreleased +## [0.61.0] - 2024-05-18 ### Added diff --git a/pyproject.toml b/pyproject.toml index e72895b06d..4676157641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.60.1" +version = "0.61.0" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"