Skip to content

Commit

Permalink
Prepare collective.transcode.daemon 0.8.
Browse files Browse the repository at this point in the history
svn path=/collective.transcode.daemon/trunk/; revision=238916
  • Loading branch information
Dimitris Moraitis committed May 10, 2011
1 parent 21d1508 commit f4c61df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGES.txt
@@ -1,3 +1,8 @@
0.8 (2010-05-10)
----------------

- add timeout to scheduler queue to avoid possible transcoder freeze [dimo, mgogoulos]

0.7 (2010-11-23)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '0.7'
version = '0.8'

long_description = (
read('README.txt')
Expand Down

0 comments on commit f4c61df

Please sign in to comment.