Skip to content

Commit

Permalink
Merge pull request #31 from byteskeptical/md5_512
Browse files Browse the repository at this point in the history
PyParity
  • Loading branch information
byteskeptical committed May 9, 2023
2 parents 958eeba + ba336c7 commit a8a7eda
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ paramiko >= 1.17.0

Supports
--------
Tested on Python 3.6, 3.7, 3.8, 3.9, 3.10
Tested on Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11


2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

1.0.8 (current, released 2023-04-20)
1.0.9 (current, released 2023-05-08)
------------------------------------
* added drivedrop to bypass _adjust_cwd's lack of Windows drive support
* added file_size logic and default remotepath fallback to putfo
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.8'
release = '1.0.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ augment not supplant paramiko.

Remarks
-------
We think paramiko is a great python library and it is the backbone of sftpretty.
Paramiko is a great python library and it is the backbone of sftpretty.
The methods sftpretty has created are abstractions that serve a programmer's
productivity by encapsulating many of the higher function use cases of
interacting with SFTP. Instead of writing your own code to walk directories
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ paramiko >= 1.17.0

Supports
--------
Tested on Python 3.6, 3.7, 3.8, 3.9, 3.10
Tested on Python 3.6, 3.7, 3.8, 3.9, 3.10, 3.11

Contents
--------
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
babel
docutils
ecdsa
jinja2
paramiko>=1.17.0
pep8
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='sftpretty',
version='1.0.8',
version='1.0.9',

packages=['sftpretty', ],

Expand All @@ -44,6 +44,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
],
)

0 comments on commit a8a7eda

Please sign in to comment.