Skip to content

Commit 6ba103a

Browse files
authored
Merge pull request #2 from Parquery/mristin/bumped-a-version
bumped a version
2 parents a8a5459 + c7f1f0c commit 6ba103a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
16
1.1.0
27
=====
38
* Added wrappers for stat, chown and chmod
@@ -12,4 +17,4 @@
1217

1318
1.0.0
1419
=====
15-
* Initial version
20+
* Initial version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='spurplus',
20-
version='1.1.0',
20+
version='1.1.1',
2121
description='Helps you manage remote machines via SSH.',
2222
long_description=long_description,
2323
url='https://bitbucket.org/parqueryopen/spurplus',

0 commit comments

Comments
 (0)