From 1803888b9c2416e1fa8a528420bdaf7b344348bc Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Wed, 18 Mar 2015 13:07:02 -0400 Subject: [PATCH] Version 1.1.0 Prep Incremented version in setup.py and updated README --- README.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index b8f736a5..4451dcc1 100644 --- a/README.txt +++ b/README.txt @@ -131,6 +131,12 @@ In addition to RFC 2743/2744, Python-GSSAPI also has support for: * Credentials import-export +* RFC 6680 (GSS-API Naming Extensions) + +* DCE and IOV MIC extensions + +* `acquire_cred_with_password` and `add_cred_with_password` + The Team ======== diff --git a/setup.py b/setup.py index 9b7d0454..b1586009 100755 --- a/setup.py +++ b/setup.py @@ -170,7 +170,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.0.0', + version='1.1.0', author='The Python GSSAPI Team', author_email='sross@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',