changelog and version bump for 2.1.3 (#4007)

* changelog and version bump for 2.1.3

* buster is 3.6 now (#4003)

* Fix a few new flake8 issues (#4008)
This commit is contained in:
Paul Kehrer 2017-11-02 12:57:52 -05:00 committed by Alex Gaynor
parent 106de1cb97
commit 2219ea7609
7 changed files with 11 additions and 6 deletions

View file

@ -2,6 +2,14 @@ Changelog
=========
.. _v2-1-3:
2.1.3 - 2017-11-02
~~~~~~~~~~~~~~~~~~
* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with
OpenSSL 1.1.0g.
.. _v2-1-2:
2.1.2 - 2017-10-24

2
Jenkinsfile vendored
View file

@ -46,7 +46,7 @@ def configs = [
[
label: 'docker',
imageName: 'pyca/cryptography-runner-buster',
toxenvs: ['py27', 'py35'],
toxenvs: ['py27', 'py36'],
],
[
label: 'docker',

View file

@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "2.1.2"
__version__ = "2.1.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"

View file

@ -12,7 +12,6 @@ from email.utils import parseaddr
import idna
import six
from six.moves import urllib_parse
from cryptography import utils

View file

@ -7,7 +7,6 @@ from __future__ import absolute_import, division, print_function
import binascii
import itertools
import os
from binascii import hexlify
import pytest

View file

@ -5,7 +5,6 @@
from __future__ import absolute_import, division, print_function
import binascii
import os
import pytest

View file

@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
__version__ = "2.1.2"
__version__ = "2.1.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"