Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnay committed Dec 2, 2024
1 parent 4068c31 commit e67d9f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
* **Breaking change:** replaced `pkg_resources` by `importlib.resources`. This increases the minimum Python version to 3.11.
* **Bug fix**: removed ampersand before `device_auth_token` parameter in aauth challenge requests for 18.0.0+.
* **Bug fix**: added missing `naCountry` parameter to baas login requests for 18.0.0+.
* Added support for system version 19.0.0.
* Added support for system version 19.0.0 and 19.0.1.

*Released on 2024-12-02*

### 2.2.1
* Fixed the header order in the dauth flow for system version 18.0.0 and later.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name = "nintendoclients",
version = "2.2.1",
version = "3.0.0",
description = "Nintendo network library",
long_description = long_description,
author = "Yannik Marchand",
Expand Down

0 comments on commit e67d9f6

Please sign in to comment.