diff --git a/todo/__init__.py b/todo/__init__.py index 0132098..89ef612 100644 --- a/todo/__init__.py +++ b/todo/__init__.py @@ -1,5 +1,5 @@ """django todo""" -__version__ = '1.4.dev' +__version__ = '1.4' __author__ = 'Scot Hacker' __email__ = 'shacker@birdhouse.org'