From 7cbbf292d0e5ff0b35e820cbba21c1da6aaaa771 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 31 May 2020 15:08:42 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac2502d..0bd99c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added rich.get_console() function to get global console instance. +- Added Columns class ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6f7d40a7..f51ea6c3 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 = "1.2.3" +version = "1.3.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"