Skip to content

Commit 8b5ccdc

Browse files
Merge pull request #195 from alexanderjordanbaker/v3.1.1
Release v3.1.1
2 parents 2253571 + baf6674 commit 8b5ccdc

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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 3.1.1
4+
- Fix inclusion of static fields in new Advanced Commerce API types [https://github.com/apple/app-store-server-library-python/pull/194]
5+
36
## Version 3.1.0
47
- Incorporate changes for Advanced Commerce API, Retention Messaging API 1.5 and App Store Server API v1.21 [https://github.com/apple/app-store-server-library-python/pull/188] [https://github.com/apple/app-store-server-library-python/pull/189] from @riyazpanjwani
58
- Incorporate changes for App Store Server API v1.20 [https://github.com/apple/app-store-server-library-python/pull/191] from @riyazpanjwani

appstoreserverlibrary/api_client.py

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

728728
def _get_headers(self) -> Dict[str, str]:
729729
return {
730-
'User-Agent': "app-store-server-library/python/3.1.0",
730+
'User-Agent': "app-store-server-library/python/3.1.1",
731731
'Authorization': f'Bearer {self._generate_token()}',
732732
'Accept': 'application/json'
733733
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "app-store-server-library"
9-
version = "3.1.0"
9+
version = "3.1.1"
1010
description = "The App Store Server Library"
1111
readme = {file = "README.md", content-type = "text/markdown"}
1212
license = {text = "MIT"}

0 commit comments

Comments
 (0)