bump version up to 1.3.4-dev, align badges in README.rst with a service that still works

This commit is contained in:
Ray Holder 2015-06-07 00:06:24 -05:00
parent 3659c70b1f
commit da33537e08
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
Retrying
=========================
.. image:: https://travis-ci.org/rholder/retrying.png?branch=master
:target: https://travis-ci.org/rholder/retrying
.. image:: https://badge.fury.io/py/retrying.png
.. image:: https://img.shields.io/pypi/v/retrying.svg
:target: https://pypi.python.org/pypi/retrying
.. image:: https://pypip.in/d/retrying/badge.png
.. image:: https://img.shields.io/travis/rholder/retrying.svg
:target: https://travis-ci.org/rholder/retrying
.. image:: https://img.shields.io/pypi/dm/retrying.svg
:target: https://pypi.python.org/pypi/retrying
Retrying is an Apache 2.0 licensed general-purpose retrying library, written in

View File

@ -40,7 +40,7 @@ with open('requirements.txt') as file_requirements:
settings.update(
name='retrying',
version='1.3.3',
version='1.3.4-dev',
description='Retrying',
long_description=readme + '\n\n' + history,
author='Ray Holder',