Skip to content

Commit

Permalink
v0.3.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Dec 20, 2017
1 parent 13253d2 commit d3517a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

### Version 0.3.0.beta1
### Version 0.3.0
- Added support for message encryption over HTTP when using NTLM/Kerberos/CredSSP
- Added parameter to disable TLSv1.2 when using CredSSP for Server 2008 support
- Error detail from SOAP fault (if present) is now included with HTTP 500 errors
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = '0.3.0.beta1'
__version__ = '0.3.0'
project_name = 'pywinrm'

# PyPi supports only reStructuredText, so pandoc should be installed
Expand Down

0 comments on commit d3517a4

Please sign in to comment.