Skip to content

Commit 1803888

Browse files
committed
Version 1.1.0 Prep
Incremented version in setup.py and updated README
1 parent 16f0102 commit 1803888

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: README.txt

+6
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ In addition to RFC 2743/2744, Python-GSSAPI also has support for:
131131

132132
* Credentials import-export
133133

134+
* RFC 6680 (GSS-API Naming Extensions)
135+
136+
* DCE and IOV MIC extensions
137+
138+
* `acquire_cred_with_password` and `add_cred_with_password`
139+
134140
The Team
135141
========
136142

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def gssapi_modules(lst):
170170

171171
setup(
172172
name='gssapi',
173-
version='1.0.0',
173+
version='1.1.0',
174174
author='The Python GSSAPI Team',
175175
author_email='[email protected]',
176176
packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',

0 commit comments

Comments
 (0)