Skip to content

Commit 312e54f

Browse files
committed
increment to version 0.2.6
1 parent b939723 commit 312e54f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Version listings include the following sections, if applicable:
1212

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

15-
## Unreleased
15+
## 0.2.6 - 2018-08-15
1616
**Added**
1717
* Added support for custom keybindings in the config.
1818

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 curses"
44
__author__ = "Jake Robertson"
55
__author_email__ = "jake@faltro.com"
6-
__version__ = "0.2.5"
7-
__date__ = "2018-06-15"
6+
__version__ = "0.2.6"
7+
__date__ = "2018-08-15"
88
__copyright__ = "Copyright (c) 2018 Jake Robertson"
99
__license__ = "MIT License"
1010
__url__ = "https://github.com/xgi/castero"

0 commit comments

Comments
 (0)