Skip to content

Commit 813c237

Browse files
committed
increment to version 0.9.5
1 parent 145c50e commit 813c237

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Version listings include the following sections, if applicable:
1212

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

15+
## 0.9.5 - 2021-04-02
16+
**Added**
17+
* Added the `default_layout` config setting.
18+
19+
**Fixed**
20+
* Fixed a crash when opening the help page with a very small window.
21+
* Various minor dependency updates.
22+
1523
## 0.9.4 - 2021-09-17
1624
**Fixed**
1725
* Fixed a crash when adding series with empty copyright or builddate tags.

castero/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
__title__ = "castero"
22
__description__ = "A TUI podcast client for the terminal"
33
__keywords__ = "podcast commandline terminal tui curses"
4-
__author__ = "Jake Robertson"
5-
__author_email__ = "jake@faltro.com"
6-
__version__ = "0.9.4"
7-
__date__ = "2021-09-17"
4+
__author__ = "xgi"
5+
__author_email__ = "xgi@faltro.com"
6+
__version__ = "0.9.5"
7+
__date__ = "2022-04-02"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)