Skip to content

Commit

Permalink
set new version and added changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 14, 2018
1 parent 564dc10 commit 470db8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 1.0.2 (Nov 14, 2018)

* Changed some log messages to a debug level instead of info

## 1.0.1 (Sep 25, 2018)

* Added support for Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

0 comments on commit 470db8d

Please sign in to comment.