From 6e953c6dae14e664d20a057734c0ecb8831b7d85 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 2 Oct 2022 17:14:11 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b459dd9..f08637437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [12.6.0] - Unreleased +## [12.6.0] - 2022-10-02 ### Added @@ -27,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove unused height parameter in `Layout` class https://github.com/Textualize/rich/pull/2540 - Fixed exception in Syntax.__rich_measure__ for empty files - ### Changed - Removed border from code blocks in Markdown diff --git a/pyproject.toml b/pyproject.toml index 680cde055..de8c68b45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/willmcgugan/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "12.6.0a2" +version = "12.6.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"