diff --git a/changelog b/changelog index 2cfaac3..00bcf56 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +SecretStorage 3.1.1, 2019-01-24 +=============================== + +* Fixes TypeError with cryptography 2.5. + Thanks Zach Hoffman for the pull request! + SecretStorage 3.1.0, 2018-09-02 =============================== diff --git a/docs/conf.py b/docs/conf.py index b5119a5..fee463d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ # The short X.Y version. version = '3.1' # The full version, including alpha/beta/rc tags. -release = '3.1.0' +release = '3.1.1' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' diff --git a/setup.cfg b/setup.cfg index 7b973b1..94b61ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = SecretStorage -version = 3.1.0 +version = 3.1.1 description = Python bindings to FreeDesktop.org Secret Service API long_description = file: README.rst long_description_content_type = text/x-rst