diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f76dde6..4e679a749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [0.2.0] - Unreleased +### Added + +- CSS support +- Too numerous to mention + ## [0.1.15] - 2022-01-31 ### Added diff --git a/pyproject.toml b/pyproject.toml index 6c4fe8886..6edf654b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.1.15" +version = "0.2.0b1" homepage = "https://github.com/Textualize/textual" description = "Text User Interface using Rich" authors = ["Will McGugan "]