From 0dd74933d4478cb1e3ab3db1eda713736a8662e0 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 10 Mar 2022 15:11:50 +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 2d4d8bcbf..263e2c851 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). -## [12.0.0] - Unreleased +## [12.0.0] - 2022-03-10 ### Added diff --git a/pyproject.toml b/pyproject.toml index 4510cf354..2a6f3a89e 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.0.0a1" +version = "12.0.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"