We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d2f16 commit 039f038Copy full SHA for 039f038
docs/changelog.md
@@ -1,6 +1,11 @@
1
2
## Changelog
3
4
+### 3.0.2
5
+* **Bug fix:** fixed base64 decoding of dauth challenge. This fixes a bug that caused dauth to fail after a recent server update.
6
+
7
+*Released on 2024-12-26*
8
9
### 3.0.1
10
* **Bug fix:** 19.0.1 support was missing in the previous release.
11
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name = "nintendoclients",
- version = "3.0.1",
+ version = "3.0.2",
description = "Nintendo network library",
long_description = long_description,
12
author = "Yannik Marchand",
0 commit comments