version bump

This commit is contained in:
Will McGugan
2021-09-20 15:09:48 +01:00
parent b599fad865
commit 7b8ce638fa
2 changed files with 6 additions and 2 deletions

View File

@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.12] - Unreleased
## [0.1.12] - 2021-09-20
### Added
- Added geometry.Spacing
### Fixed
- Fixed calculation of virtual size in scroll views
## [0.1.11] - 2021-09-12
### Changed

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "0.1.11"
version = "0.1.12"
homepage = "https://github.com/willmcgugan/textual"
description = "Text User Interface using Rich"
authors = ["Will McGugan <willmcgugan@gmail.com>"]