Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Feb 28, 2021
1 parent 6219973 commit ba4e51e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.3] - Unlreleased
## [9.12.3] - 2021-02-28

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rich"
homepage = "https://github.com/willmcgugan/rich"
documentation = "https://rich.readthedocs.io/en/latest/"
version = "9.12.2"
version = "9.12.3"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
authors = ["Will McGugan <[email protected]>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion rich/padding.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def __repr__(self) -> str:
def __rich_console__(
self, console: "Console", options: "ConsoleOptions"
) -> "RenderResult":

style = console.get_style(self.style)
if self.expand:
width = options.max_width
Expand Down

0 comments on commit ba4e51e

Please sign in to comment.