Bump to version 6.1.1
This commit is contained in:
@@ -6,6 +6,11 @@ Changelog
|
||||
6.1.0 (dev)
|
||||
-----------
|
||||
|
||||
6.1.1 (2017-01-05)
|
||||
------------------
|
||||
* Updates to SSLContext logic to make it easier to use and have saner defaults.
|
||||
* Doc updates
|
||||
|
||||
6.0.0 (2017-11-14)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
VERSION = (6, 1, 0, 'dev')
|
||||
VERSION = (6, 1, 1)
|
||||
__version__ = VERSION
|
||||
__versionstr__ = '.'.join(map(str, VERSION))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user