Skip to content

Commit d5ca602

Browse files
committed
Bump version to 0.9.8.
1 parent 906f8e6 commit d5ca602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Coldsweat 0.9.7
1+
# Coldsweat 0.9.8
22

33
Coldsweat is a Python web RSS aggregator and reader compatible with the [Fever API][f]. This means that you can connect Coldsweat to a variety of clients like [Reeder][r] for iOS or Mac OS X [ReadKit][rk] app and use it to sync them together.
44

coldsweat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'''
99

1010
__author__ = 'Andrea Peltrin and Rui Carmo'
11-
__version__ = (0, 9, 7, '')
11+
__version__ = (0, 9, 8, '')
1212
__license__ = 'MIT'
1313

1414
import os

0 commit comments

Comments
 (0)