Skip to content

Commit

Permalink
Bumps version to 3.5.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jul 9, 2016
1 parent 033329c commit 382c73a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
========
billiard
========
:version: 3.5.0.0rc1
:version: 3.5.0.0rc2
.. image:: https://travis-ci.org/celery/billiard.svg?branch=master
:target: https://travis-ci.org/celery/billiard
:alt: Travis-CI Status
Expand Down
2 changes: 1 addition & 1 deletion billiard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import sys
from . import context

VERSION = (3, 5, 0, 0, 'rc1')
VERSION = (3, 5, 0, 0, 'rc2')
__version__ = '.'.join(map(str, VERSION[0:4])) + "".join(VERSION[4:])
__author__ = 'R Oudkerk / Python Software Foundation'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 382c73a

Please sign in to comment.