Browse Source

Bumped version to 0.4.7

Ask Solem 15 years ago
parent
commit
2f1f9ae748
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README
  2. 1 1
      celery/__init__.py

+ 1 - 1
README

@@ -2,7 +2,7 @@
  celery - Distributed Task Queue for Django.
 =============================================
 
-:Version: 0.4.6
+:Version: 0.4.7
 
 Introduction
 ============

+ 1 - 1
celery/__init__.py

@@ -1,5 +1,5 @@
 """Distributed Task Queue for Django"""
-VERSION = (0, 4, 6)
+VERSION = (0, 4, 7)
 __version__ = ".".join(map(str, VERSION))
 __author__ = "Ask Solem"
 __contact__ = "askh@opera.com"