Skip to content

Commit

Permalink
Bumped to 2.3.4 (#67)
Browse files Browse the repository at this point in the history
* Added support for Python 3.7 and 3.8, respectively.
  • Loading branch information
mristin authored Oct 10, 2020
1 parent 6f9ab61 commit 80a4380
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
2.3.3
2.3.4
=====
* Fixed live tests for windows
* Added support for Python 3.7 and 3.8, respectively.

2.3.3
=====
* Fixed live tests for Windows

2.3.2
=====
* Added separate named temporary files for Windows compatibility


2.3.1
=====
* Set the default of ``cwd`` argument to ``None`` instead of ``""``
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@

setup(
name='spurplus',
version='2.3.3',
version='2.3.4', # Do not forget to update the changelog!
description='Manage remote machines and file operations over SSH.',
long_description=long_description,
url='http://github.com/Parquery/spurplus',
author='Marko Ristin',
author_email='[email protected]',
# yapf: disable
classifiers=[
'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
# yapf: enable
license='License :: OSI Approved :: MIT License',
keywords='ssh sftp spur paramiko execute remote commands modify files',
packages=find_packages(exclude=['tests']),
Expand Down

0 comments on commit 80a4380

Please sign in to comment.