Skip to content

Commit 665d233

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](1.6.0...1.6.1) (2025-03-27) ### Bug Fixes * URL encode spaces in callback scope parameter ([aa5db4c](aa5db4c))
1 parent aa5db4c commit 665d233

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.6.1](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.6.0...1.6.1) (2025-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* URL encode spaces in callback scope parameter ([aa5db4c](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/aa5db4c279de5093c9451f29680b44ad30fb7391))
7+
18
## [1.6.0](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.5.0...1.6.0) (2025-03-20)
29

310

oauth2_cli_auth/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.6.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "oauth2-cli-auth"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Authenticate against OAuth2 Provider in Python CLIs"
55
authors = ["Timo Reymann <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)