From f24722e0536e024814e281ec98f2239c1036ad4a Mon Sep 17 00:00:00 2001 From: Kat Stevens Date: Wed, 20 Dec 2017 12:37:03 +0000 Subject: [PATCH] Bump version to 4.7.1 --- notifications_python_client/__init__.py | 2 +- tests/notifications_python_client/test_base_api_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications_python_client/__init__.py b/notifications_python_client/__init__.py index 8cb6809..2288947 100644 --- a/notifications_python_client/__init__.py +++ b/notifications_python_client/__init__.py @@ -15,7 +15,7 @@ # # -- http://semver.org/ -__version__ = '4.7.0' +__version__ = '4.7.1' from notifications_python_client.errors import REQUEST_ERROR_STATUS_CODE, REQUEST_ERROR_MESSAGE diff --git a/tests/notifications_python_client/test_base_api_client.py b/tests/notifications_python_client/test_base_api_client.py index 1e3e1fc..e27a4d4 100644 --- a/tests/notifications_python_client/test_base_api_client.py +++ b/tests/notifications_python_client/test_base_api_client.py @@ -106,4 +106,4 @@ def test_user_agent_is_set(base_client, rmock): base_client.request('GET', '/') - assert rmock.last_request.headers.get("User-Agent") == "NOTIFY-API-PYTHON-CLIENT/4.7.0" + assert rmock.last_request.headers.get("User-Agent") == "NOTIFY-API-PYTHON-CLIENT/4.7.1"