summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Holder <ray@blacklocus.com>2015-06-07 00:06:24 -0500
committerRay Holder <ray@blacklocus.com>2015-06-07 00:06:24 -0500
commitda33537e0850f997aea75c4dec010e2b5594071f (patch)
treef8e953b375f0d412bb6cdc447ce1fa2d811da566
parent3659c70b1f0d0e4f3a262d6b76075a8eb082c73d (diff)
downloadretrying-da33537e0850f997aea75c4dec010e2b5594071f.tar.gz
bump version up to 1.3.4-dev, align badges in README.rst with a service that still works
-rw-r--r--README.rst10
-rw-r--r--setup.py2
2 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 1adb67e..ab5d6bd 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/setup.py b/setup.py
index bca3bac..18feb73 100644
--- a/setup.py
+++ b/setup.py
@@ -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',