Skip to content

Commit 80a4380

Browse files
authored
Bumped to 2.3.4 (#67)
* Added support for Python 3.7 and 3.8, respectively.
1 parent 6f9ab61 commit 80a4380

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
2.3.3
1+
2.3.4
22
=====
3-
* Fixed live tests for windows
3+
* Added support for Python 3.7 and 3.8, respectively.
44

5+
2.3.3
6+
=====
7+
* Fixed live tests for Windows
58

69
2.3.2
710
=====
811
* Added separate named temporary files for Windows compatibility
912

10-
1113
2.3.1
1214
=====
1315
* Set the default of ``cwd`` argument to ``None`` instead of ``""``

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,20 @@
1717

1818
setup(
1919
name='spurplus',
20-
version='2.3.3',
20+
version='2.3.4', # Do not forget to update the changelog!
2121
description='Manage remote machines and file operations over SSH.',
2222
long_description=long_description,
2323
url='http://github.com/Parquery/spurplus',
2424
author='Marko Ristin',
2525
author_email='marko.ristin@gmail.com',
26+
# yapf: disable
2627
classifiers=[
2728
'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',
2829
'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.5',
2930
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',
3031
'Programming Language :: Python :: 3.8'
3132
],
33+
# yapf: enable
3234
license='License :: OSI Approved :: MIT License',
3335
keywords='ssh sftp spur paramiko execute remote commands modify files',
3436
packages=find_packages(exclude=['tests']),

0 commit comments

Comments
 (0)