Skip to content

Commit

Permalink
increment to version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Apr 2, 2022
1 parent 145c50e commit 813c237
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Version listings include the following sections, if applicable:

See also <https://github.com/xgi/castero/releases>.

## 0.9.5 - 2021-04-02
**Added**
* Added the `default_layout` config setting.

**Fixed**
* Fixed a crash when opening the help page with a very small window.
* Various minor dependency updates.

## 0.9.4 - 2021-09-17
**Fixed**
* Fixed a crash when adding series with empty copyright or builddate tags.
Expand Down
8 changes: 4 additions & 4 deletions castero/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
__title__ = "castero"
__description__ = "A TUI podcast client for the terminal"
__keywords__ = "podcast commandline terminal tui curses"
__author__ = "Jake Robertson"
__author_email__ = "jake@faltro.com"
__version__ = "0.9.4"
__date__ = "2021-09-17"
__author__ = "xgi"
__author_email__ = "xgi@faltro.com"
__version__ = "0.9.5"
__date__ = "2022-04-02"
__copyright__ = "Copyright (c) 2018 Jake Robertson"
__license__ = "MIT License"
__url__ = "https://github.com/xgi/castero"
Expand Down

0 comments on commit 813c237

Please sign in to comment.