Skip to content

Commit

Permalink
0.9.16 release
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3A25b5c7c2-9819-0410-812b-05e975a4e153/trunk%4065
  • Loading branch information
tabo committed Aug 18, 2008
1 parent 3c51dc2 commit a6d47f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
@@ -1,5 +1,11 @@
CHANGES:

Feedjack 0.9.16
* Added compatibility with Django 1.0 beta 1: newforms admin and pagination

Feedjack 0.9.15
* Fixing feedjack_update for posts without a modified date (yay rss 0.92!)

Feedjack 0.9.15
* Fixing feedjack_update for posts without a modified date (yay rss 0.92!)

Expand Down
2 changes: 1 addition & 1 deletion feedjack/bin/feedjack_update.py
Expand Up @@ -22,7 +22,7 @@
except ImportError:
threadpool = None

VERSION = '0.9.16a'
VERSION = '0.9.16'
URL = 'http://www.feedjack.org/'
USER_AGENT = 'Feedjack %s - %s' % (VERSION, URL)
SLOWFEED_WARNING = 10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name = 'Feedjack',
version = '0.9.16a',
version = '0.9.16',
url = 'http://www.feedjack.org/',
author = 'Gustavo Picón',
author_email = 'gpicon@gmail.com',
Expand Down

0 comments on commit a6d47f5

Please sign in to comment.