We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8a5459 + c7f1f0c commit 6ba103aCopy full SHA for 6ba103a
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+1.1.1
2
+=====
3
+* Moved from bitbucket.com to github.com
4
+* Added py.typed to comply with mypy
5
+
6
1.1.0
7
=====
8
* Added wrappers for stat, chown and chmod
@@ -12,4 +17,4 @@
12
17
13
18
1.0.0
14
19
15
-* Initial version
20
+* Initial version
setup.py
@@ -17,7 +17,7 @@
setup(
name='spurplus',
- version='1.1.0',
+ version='1.1.1',
21
description='Helps you manage remote machines via SSH.',
22
long_description=long_description,
23
url='https://bitbucket.org/parqueryopen/spurplus',
0 commit comments