Skip to content

Commit f8e4e3e

Browse files
committed
Version 0.5.0
1 parent b30da70 commit f8e4e3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChangeLog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Frogmouth ChangeLog
22

3-
## Unreleased
3+
## [0.5.0] - 2023-05-08
44

55
### Changed
66

7-
- Updated to work with [Textual](https://github.com/Textualize/textual) v0.23.0.
7+
- Updated to work with [Textual](https://github.com/Textualize/textual) v0.24.0.
88

99
### Added
1010

frogmouth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__credits__ = ["Dave Pearson"]
66
__maintainer__ = "Dave Pearson"
77
__email__ = "[email protected]"
8-
__version__ = "0.4.0"
8+
__version__ = "0.5.0"
99
__licence__ = "MIT"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "frogmouth"
33
homepage = "https://github.com/Textualize/frogmouth"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
description = "A Markdown document viewer for the terminal"
66
authors = ["Dave Pearson <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)