Skip to content

Commit 4e87a0f

Browse files
authored
version bump (#3102)
1 parent fbe1c41 commit 4e87a0f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
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.33.0] - 2023-08-15
99

1010
### Fixed
1111

@@ -1171,6 +1171,8 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
11711171
- New handler system for messages that doesn't require inheritance
11721172
- Improved traceback handling
11731173

1174+
[0.33.0]: https://github.com/Textualize/textual/compare/v0.32.0...v0.33.0
1175+
[0.32.0]: https://github.com/Textualize/textual/compare/v0.31.0...v0.32.0
11741176
[0.31.0]: https://github.com/Textualize/textual/compare/v0.30.0...v0.31.0
11751177
[0.30.0]: https://github.com/Textualize/textual/compare/v0.29.0...v0.30.0
11761178
[0.29.0]: https://github.com/Textualize/textual/compare/v0.28.1...v0.29.0

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.32.0"
3+
version = "0.33.0"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]
@@ -30,13 +30,13 @@ include = [
3030
# it also seems like exclude trumps include. So here we specify that we
3131
# want to package up the content of the docs-offline directory in a way
3232
# that works around that.
33-
{ path = "docs-offline/**/*", format = "sdist" }
33+
{ path = "docs-offline/**/*", format = "sdist" },
3434
]
3535

3636
[tool.poetry.dependencies]
3737
python = "^3.7"
3838
rich = ">=13.3.3"
39-
markdown-it-py = {extras = ["plugins", "linkify"], version = ">=2.1.0"}
39+
markdown-it-py = { extras = ["plugins", "linkify"], version = ">=2.1.0" }
4040
#rich = {path="../rich", develop=true}
4141
importlib-metadata = ">=4.11.3"
4242
typing-extensions = "^4.4.0"
@@ -47,7 +47,7 @@ black = "^23.1.0"
4747
mypy = "^1.0.0"
4848
pytest-cov = "^2.12.1"
4949
mkdocs = "^1.3.0"
50-
mkdocstrings = {extras = ["python"], version = "^0.20.0"}
50+
mkdocstrings = { extras = ["python"], version = "^0.20.0" }
5151
mkdocstrings-python = "0.10.1"
5252
mkdocs-material = "^9.0.11"
5353
mkdocs-exclude = "^1.0.2"

0 commit comments

Comments
 (0)