Skip to content

Commit 6e20756

Browse files
committed
This is version 0.9.7.
1 parent 1c33974 commit 6e20756

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.6
1+
# Coldsweat 0.9.7
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, 6, '')
11+
__version__ = (0, 9, 7, '')
1212
__license__ = 'MIT'
1313

1414
import os

0 commit comments

Comments
 (0)