Skip to content

Commit

Permalink
Merge pull request #48 from Textualize/bump-textual
Browse files Browse the repository at this point in the history
Relax the required version of Textual
  • Loading branch information
davep authored May 24, 2023
2 parents af7f1c4 + 301fe5a commit 0d1902e
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 56 deletions.
7 changes: 6 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Frogmouth ChangeLog

## Unreleased
## [0.6.0] - 2023-05-24

### Added

- Added Codeberg as a recognised forge for the "forge quick view".

### Changed

- Relaxed the required [Textual](https://github.com/Textualize/textual)
dependency version requirement.

## [0.5.0] - 2023-05-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion frogmouth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
__credits__ = ["Dave Pearson"]
__maintainer__ = "Dave Pearson"
__email__ = "[email protected]"
__version__ = "0.5.0"
__version__ = "0.6.0"
__licence__ = "MIT"
102 changes: 51 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "frogmouth"
homepage = "https://github.com/Textualize/frogmouth"
version = "0.5.0"
version = "0.6.0"
description = "A Markdown document viewer for the terminal"
authors = ["Dave Pearson <[email protected]>"]
license = "MIT"
Expand All @@ -28,14 +28,14 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
textual = {version = "^0.24.0"}
textual = {version = ">=0.24.0"}
typing-extensions = "^4.5.0"
httpx = "^0.23.3"
xdg = "^6.0.0"


[tool.poetry.group.dev.dependencies]
textual = {extras = ["dev"], version = "^0.24.0"}
textual = {extras = ["dev"], version = ">=0.24.0"}
mypy = "^1.1.1"
pylint = "^2.17.1"
pre-commit = "^3.2.1"
Expand Down

0 comments on commit 0d1902e

Please sign in to comment.