Skip to content

Commit

Permalink
increase version no
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezcuesta committed Nov 17, 2020
1 parent 9739703 commit 4ba0c0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ CLI usage
ssh_address

Pure python ssh tunnel utils
Version 0.3.1
Version 0.3.2

positional arguments:
ssh_address SSH server IP address (GW for SSH tunnels)
Expand Down
4 changes: 4 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ CHANGELOG
=========


- v.0.3.2 (`Pahaz`_, `JM Fernández`_)
+ Fix host key directory detection
+ Unify default ssh config folder to `~/.ssh`

- v.0.3.1 (`Pahaz`_)
+ Increase open connection timeout to 10 secods

Expand Down
2 changes: 1 addition & 1 deletion sshtunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
input_ = input


__version__ = '0.3.1'
__version__ = '0.3.2'
__author__ = 'pahaz'


Expand Down

0 comments on commit 4ba0c0c

Please sign in to comment.