Skip to content

Commit

Permalink
Bump version to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katstevens committed Dec 20, 2017
1 parent af17285 commit f24722e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notifications_python_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/notifications_python_client/test_base_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f24722e

Please sign in to comment.