diff --git a/docs/source/conf.py b/docs/source/conf.py index dd3933d5..b423b56f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '1.6.11' +version = '1.6.12' # The full version, including alpha/beta/rc tags. -release = '1.6.11' +release = '1.6.12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3c8884f0..37bef146 100755 --- a/setup.py +++ b/setup.py @@ -327,7 +327,7 @@ def gssapi_modules(lst): setup( name='gssapi', - version='1.6.11', + version='1.6.12', author='The Python GSSAPI Team', author_email='rharwood@redhat.com', packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',