Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dashea committed Apr 25, 2020
1 parent 58949f9 commit 3253bda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.5.1 (25 Apr 2020)
===================
- Fix python 2.7 compatibility
- Rename test file for pytest
- Add tests via github actions
- Format code with black

1.5.0 (23 Apr 2020)
==================
- Add set_content_length flag to disable on demand setting Content-Length
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="requests-file",
version="1.5.0",
version="1.5.1",
description="File transport adapter for Requests",
author="David Shea",
author_email="[email protected]",
Expand All @@ -24,6 +24,6 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3",
],
)

0 comments on commit 3253bda

Please sign in to comment.