Skip to content

Commit c59ea47

Browse files
Merge pull request #120 from alexanderjordanbaker/1.6.0
Release version 1.6.0
2 parents 7cebe4a + c1ed93a commit c59ea47

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 1.6.0
4+
- Update README to improve Dependabot link discovery [https://github.com/apple/app-store-server-library-python/pull/119]
5+
36
## Version 1.5.0
47
- Add an async client built on httpx [https://github.com/apple/app-store-server-library-python/pull/105]
58
- Drop Python 3.7 support [https://github.com/apple/app-store-server-library-python/pull/106]

appstoreserverlibrary/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def _get_full_url(self, path) -> str:
492492

493493
def _get_headers(self) -> Dict[str, str]:
494494
return {
495-
'User-Agent': "app-store-server-library/python/1.5.0",
495+
'User-Agent': "app-store-server-library/python/1.6.0",
496496
'Authorization': 'Bearer ' + self._generate_token(),
497497
'Accept': 'application/json'
498498
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="app-store-server-library",
12-
version="1.5.0",
12+
version="1.6.0",
1313
description="The App Store Server Library",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)