From 1bbf59d7168fff4d1777d394d03826f66f0b4d94 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 18 Dec 2020 15:59:01 +0000 Subject: [PATCH] new version --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae9e90f..a8716a55 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). -## [9.5.0] - Unreleased +## [9.5.0] - 2020-12-18 ### Changed diff --git a/pyproject.toml b/pyproject.toml index d12f1e0c..cb121e19 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 = "9.4.0" +version = "9.5.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"