Skip to content

Commit b16930e

Browse files
committed
update gitignore, add to history
1 parent aea0171 commit b16930e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ ENV/
103103

104104
# idea
105105
.idea/
106+
107+
.vscode/

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
0.3.6 (2019-06-06)
6+
------------------
7+
* Format code using black
8+
* Update install to include conda-forge path
9+
510
0.3.5 (2019-05-23)
611
------------------
712
* Delete blank top line from beeline by default.

README.rst

+6
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,19 @@ Installation
4848
pip install issho
4949

5050

51+
::
52+
53+
conda install -c conda-forge issho
54+
55+
5156
Features
5257
--------
5358

5459
* Simple access to simple commands
5560
- Port forwarding
5661
- Executing commands over ssh
5762
- Transferring files over sftp
63+
- Running a hive query
5864

5965
Credits
6066
-------

0 commit comments

Comments
 (0)