Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Aug 14, 2020
1 parent 65a0637 commit 73c1159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.2.0 - TBD
## 1.2.0 - 2020-08-14

* Changed authentication library from `ntlm-auth`, `gssapi`, or `pywin32` to `pyspnego`.
* Dropped support for Python 2.6 and Python 3.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def abs_path(rel_path):

setup(
name='requests-credssp',
version='1.2.0rc1',
version='1.2.0',
packages=['requests_credssp'],
install_requires=[
"cryptography",
Expand Down

0 comments on commit 73c1159

Please sign in to comment.