Skip to content

Commit

Permalink
Prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Oct 21, 2021
1 parent 86e1275 commit 4f00fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

## 0.6.0 - TBD
## 0.6.0 - 2021-10-21

### Breaking changes

* Dropped support for Python 2.7 and Python 3.5
* Added support for Python 3.10
* Use `poetry` as the packaging and dependency management tool
* Added [pykrb5](https://github.com/jborean93/pykrb5) as extra dependency for Kerberos auth on non-Windows due to a dependecy change on `pyspnego`

### Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ passenv =
[testenv:lint]
commands =
poetry run python -m pycodestyle pypsrp --verbose --show-source --statistics --max-line-length 119
"""
"""

0 comments on commit 4f00fbd

Please sign in to comment.