Skip to content

Commit

Permalink
Removing dead line and bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Kent committed Feb 15, 2017
1 parent 2b39fff commit 5a4b2ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion PushySDK/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def wrapper(self, tokens, *args, **kwargs):
self._logger.error("Failed to get {0} for device(s): {1}, with HTTP Status Code: {2}"
.format(fn.__name__, tokens, request.status_code))
raise request.raise_for_status()
return None

return wrapper

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PushySDK

[![Build Status](https://travis-ci.org/jazzycamel/pushy.svg?branch=master)](https://travis-ci.org/jazzycamel/pushy)
[![Coverage Status](https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_98.svg)](https://coveralls.io/github/jazzycamel/pushy?branch=master)
[![Coverage Status](https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_100.svg)](https://coveralls.io/github/jazzycamel/pushy?branch=master)
[![PyPI version](https://badge.fury.io/py/PushySDK.svg)](https://badge.fury.io/py/PushySDK)

A very simple Python client for the Pushy notification service API.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def makeLongDescription():

setup(
name="PushySDK",
version="0.1.4",
version="0.1.5",
author="Rob Kent",
author_email="jazzycamel@googlemail.com",
description="A very simple Python client for the Pushy notification service API.",
Expand Down

0 comments on commit 5a4b2ba

Please sign in to comment.