Skip to content

Commit

Permalink
Update version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr authored Jul 19, 2022
1 parent 39929a6 commit 00a5ec8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

Here you can see the full list of changes between each Nightfall release.

Version 1.4.1
-------------

Released on July 19, 2022

- Added `commitAuthor` to finding response objects

Version 1.4.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion nightfall/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, key: Optional[str] = None, signing_secret: Optional[str] = No
self.session.mount('https://', HTTPAdapter(max_retries=retries))
self.session.headers = {
"Content-Type": "application/json",
"User-Agent": "nightfall-python-sdk/1.4.0",
"User-Agent": "nightfall-python-sdk/1.4.1",
'Authorization': f'Bearer {self.key}',
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def readme():

setup(
name="nightfall",
version="1.4.0",
version="1.4.1",
description="Python SDK for Nightfall",
long_description=readme(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 00a5ec8

Please sign in to comment.