Skip to content

Commit 4f00fbd

Browse files
committed
Prepare for 0.6.0 release
1 parent 86e1275 commit 4f00fbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## 0.6.0 - TBD
3+
## 0.6.0 - 2021-10-21
44

55
### Breaking changes
66

77
* Dropped support for Python 2.7 and Python 3.5
88
* Added support for Python 3.10
99
* 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`
1011

1112
### Features
1213

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ passenv =
6464
[testenv:lint]
6565
commands =
6666
poetry run python -m pycodestyle pypsrp --verbose --show-source --statistics --max-line-length 119
67-
"""
67+
"""

0 commit comments

Comments
 (0)