Skip to content

Commit

Permalink
Version 1.1.0 Prep
Browse files Browse the repository at this point in the history
Incremented version in setup.py and updated README
  • Loading branch information
DirectXMan12 committed Mar 18, 2015
1 parent 16f0102 commit 1803888
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
========

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1803888

Please sign in to comment.