Skip to content

Commit 4261209

Browse files
committed
increment to version 0.9.4
1 parent b6cfcae commit 4261209

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

15+
## 0.9.4 - 2021-09-17
16+
**Fixed**
17+
* Fixed a crash when adding series with empty copyright or builddate tags.
18+
1519
## 0.9.3 - 2021-06-20
1620
**Added**
1721
* Added a perspective (accessible by pressing `5`) that displays

castero/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
__keywords__ = "podcast commandline terminal tui curses"
44
__author__ = "Jake Robertson"
55
__author_email__ = "jake@faltro.com"
6-
__version__ = "0.9.3"
7-
__date__ = "2021-06-20"
6+
__version__ = "0.9.4"
7+
__date__ = "2021-09-17"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)