diff --git a/ChangeLog b/ChangeLog index c7ac751..340ad75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ Changes in django-vcs-watch =========================== +0.2.0 +----- + +* This version uses MongoDB to store diffs and all meta data. + 0.1.4 ----- diff --git a/setup.py b/setup.py index ae85d8a..85fb9a5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'django-vcs-watch', - version = '0.1.5pre', + version = '0.2.0', description = 'RSS proxy for different VCS/DVCS.', keywords = 'django apps svn', license = 'New BSD License',