We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e1275 commit 4f00fbdCopy full SHA for 4f00fbd
CHANGELOG.md
@@ -1,12 +1,13 @@
1
# Changelog
2
3
-## 0.6.0 - TBD
+## 0.6.0 - 2021-10-21
4
5
### Breaking changes
6
7
* Dropped support for Python 2.7 and Python 3.5
8
* Added support for Python 3.10
9
* Use `poetry` as the packaging and dependency management tool
10
+* Added [pykrb5](https://github.com/jborean93/pykrb5) as extra dependency for Kerberos auth on non-Windows due to a dependecy change on `pyspnego`
11
12
### Features
13
pyproject.toml
@@ -64,4 +64,4 @@ passenv =
64
[testenv:lint]
65
commands =
66
poetry run python -m pycodestyle pypsrp --verbose --show-source --statistics --max-line-length 119
67
-"""
+"""
0 commit comments