Skip to content

Commit

Permalink
Cut 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Feb 21, 2017
1 parent 97b9b87 commit 9e8c11a
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__ = (1, 18, 1)
__version_info__ = (1, 18, 2)
__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:`1.18.2 <2017-02-20>`
* :release:`1.17.4 <2017-02-20>`
* :bug:`853 (1.17+)` Tweak how `RSAKey.__str__ <paramiko.rsakey.RSAKey>`
behaves so it doesn't cause ``TypeError`` under Python 3. Thanks to Francisco
Expand Down

0 comments on commit 9e8c11a

Please sign in to comment.