Skip to content

Commit d264ebb

Browse files
committed
version bump
1 parent df1bcd5 commit d264ebb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
8+
## [0.7.0] - 2022-12-17
99

1010
### Added
1111

@@ -266,7 +266,8 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
266266
- New handler system for messages that doesn't require inheritance
267267
- Improved traceback handling
268268

269-
[0.6.0]: https://github.com/Textualize/textual/compare/v0.3.0...v0.6.0
269+
[0.7.0]: https://github.com/Textualize/textual/compare/v0.6.0...v0.7.0
270+
[0.6.0]: https://github.com/Textualize/textual/compare/v0.5.0...v0.6.0
270271
[0.5.0]: https://github.com/Textualize/textual/compare/v0.4.0...v0.5.0
271272
[0.4.0]: https://github.com/Textualize/textual/compare/v0.3.0...v0.4.0
272273
[0.3.0]: https://github.com/Textualize/textual/compare/v0.2.1...v0.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]

0 commit comments

Comments
 (0)