Skip to content

Commit e67d9f6

Browse files
committed
Release 3.0.0
1 parent 4068c31 commit e67d9f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
* **Breaking change:** replaced `pkg_resources` by `importlib.resources`. This increases the minimum Python version to 3.11.
66
* **Bug fix**: removed ampersand before `device_auth_token` parameter in aauth challenge requests for 18.0.0+.
77
* **Bug fix**: added missing `naCountry` parameter to baas login requests for 18.0.0+.
8-
* Added support for system version 19.0.0.
8+
* Added support for system version 19.0.0 and 19.0.1.
9+
10+
*Released on 2024-12-02*
911

1012
### 2.2.1
1113
* Fixed the header order in the dauth flow for system version 18.0.0 and later.

setup.py

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

77
setuptools.setup(
88
name = "nintendoclients",
9-
version = "2.2.1",
9+
version = "3.0.0",
1010
description = "Nintendo network library",
1111
long_description = long_description,
1212
author = "Yannik Marchand",

0 commit comments

Comments
 (0)