Skip to content

Commit

Permalink
🔀 Merge pull request #31 from davep/upgrades
Browse files Browse the repository at this point in the history
Repin Textual
  • Loading branch information
davep authored Jun 23, 2024
2 parents 2be0a30 + 9c60d85 commit 547641c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 33 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# OSHit ChangeLog

## v0.12.2

**Released: 2024-06-23**

- Pinned Textual.

## v0.12.1

**Released: 2024-06-16**
Expand Down
44 changes: 22 additions & 22 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion oshit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__credits__ = ["Dave Pearson"]
__maintainer__ = "Dave Pearson"
__email__ = "davep@davep.org"
__version__ = "0.12.1"
__version__ = "0.12.2"
__licence__ = "GPLv3+"

##############################################################################
Expand Down
13 changes: 4 additions & 9 deletions oshit/app/screens/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

##############################################################################
# Textual imports.
from textual import __version__ as textual_version # pylint:disable=no-name-in-module
from textual import on
from textual.app import ComposeResult
from textual.containers import Center, Vertical, VerticalScroll
Expand All @@ -30,15 +29,11 @@
{{context_help}}
## Other
## About
OSHit was created by and is maintained by [Dave Pearson](https://www.davep.org/).
OSHit is Free Software and can be [found on GitHub](https://github.com/davep/oshit).
This version of OSHit is using [Textual](https://textual.textualize.io/) v{textual_version}.
OSHit was created by and is maintained by [Dave
Pearson](https://www.davep.org/); it is Free Software and can be [found on
GitHub](https://github.com/davep/oshit).
## Licence
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platforms = any
include_package_data = True
python_requires = >=3.10,<3.13
install_requires =
textual>=0.66.0
textual==0.70.0
humanize>=4.8.0
xdg-base-dirs>=6.0.0
httpx
Expand Down

0 comments on commit 547641c

Please sign in to comment.