Skip to content

Commit

Permalink
changelog and version bump for 2.1.3 (#4007)
Browse files Browse the repository at this point in the history
* changelog and version bump for 2.1.3

* buster is 3.6 now (#4003)

* Fix a few new flake8 issues (#4008)
  • Loading branch information
reaperhulk authored and alex committed Nov 2, 2017
1 parent 106de1c commit 2219ea7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def configs = [
[
label: 'docker',
imageName: 'pyca/cryptography-runner-buster',
toxenvs: ['py27', 'py35'],
toxenvs: ['py27', 'py36'],
],
[
label: 'docker',
Expand Down
2 changes: 1 addition & 1 deletion src/cryptography/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
" 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"
Expand Down
1 change: 0 additions & 1 deletion src/cryptography/x509/general_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import idna

import six

from six.moves import urllib_parse

from cryptography import utils
Expand Down
1 change: 0 additions & 1 deletion tests/hazmat/primitives/test_ec.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import binascii
import itertools
import os

from binascii import hexlify

import pytest
Expand Down
1 change: 0 additions & 1 deletion tests/hazmat/primitives/test_scrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from __future__ import absolute_import, division, print_function

import binascii

import os

import pytest
Expand Down
2 changes: 1 addition & 1 deletion vectors/cryptography_vectors/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__uri__ = "https://github.com/pyca/cryptography"

__version__ = "2.1.2"
__version__ = "2.1.3"

__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
Expand Down

0 comments on commit 2219ea7

Please sign in to comment.