Bumps version to 1.4.2

This commit is contained in:
Ask Solem 2011-10-26 17:04:07 +01:00
parent 87660b3b2d
commit 6e7e591eaa
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
kombu - AMQP Messaging Framework for Python
#############################################
:Version: 1.4.1
:Version: 1.4.2
Synopsis
========

0
contrib/release/bump_version.py Normal file → Executable file
View File

View File

@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python"""
VERSION = (1, 4, 1)
VERSION = (1, 4, 2)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"