소스 검색

Bump version again: 0.3.5. Having an internal PyPI server, sure makes big gaps in the
version numbers of public releases...

Ask Solem 16 년 전
부모
커밋
4f0c23eda0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      README
  2. 1 1
      celery/__init__.py

+ 1 - 1
README

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

+ 1 - 1
celery/__init__.py

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