From 5eafdbcee2b5429dfaafba9a0ce762c3d2baa0e6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 28 Nov 2021 12:44:58 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249e4f51..2835c321 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](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [10.15.0] - Unreleased +## [10.15.0] - 2021-11-28 ### Added diff --git a/pyproject.toml b/pyproject.toml index 5d65e77d..fa524360 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 = "10.15.0-alpha3" +version = "10.15.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"