Skip to content

Commit

Permalink
Cut 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Sep 22, 2017
1 parent 692130f commit af9ebcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paramiko/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (2, 3, 0)
__version_info__ = (2, 3, 1)
__version__ = '.'.join(map(str, __version_info__))
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

* :release:`2.3.1 <2017-09-22>`
* :bug:`1071` Certificate support broke the no-certificate case for Ed25519
keys (symptom is an ``AttributeError`` about ``public_blob``.) This went
uncaught due to cert autoload behavior (i.e. our test suite never actually
Expand Down

0 comments on commit af9ebcf

Please sign in to comment.