Merge pull request #984 from Textualize/metadata

Metadata
This commit is contained in:
Will McGugan
2022-10-22 21:41:15 +01:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -5,6 +5,12 @@ 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.2.1] - 2022-10-13
### Changed
- Updated meta data for PyPI
## [0.2.0] - 2022-10-23
### Added
@@ -122,7 +128,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- New handler system for messages that doesn't require inheritance
- Improved traceback handling
[0.2.1]: https://github.com/Textualize/textual/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/Textualize/textual/compare/v0.1.18...v0.2.0
[0.1.18]: https://github.com/Textualize/textual/compare/v0.1.17...v0.1.18
[0.1.17]: https://github.com/Textualize/textual/compare/v0.1.16...v0.1.17
[0.1.16]: https://github.com/Textualize/textual/compare/v0.1.15...v0.1.16

View File

@@ -1,13 +1,13 @@
[tool.poetry]
name = "textual"
version = "0.2.0"
version = "0.2.1"
homepage = "https://github.com/Textualize/textual"
description = "Modern Text User Interface framework"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"
readme = "README.md"
classifiers = [
"Development Status :: 1 - Planning",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Operating System :: MacOS",