Skip to content

Commit

Permalink
Merge pull request #33 from akamai/release/v2.1.1
Browse files Browse the repository at this point in the history
Release/v2.1.1
  • Loading branch information
Piyush Kaushik authored Sep 27, 2022
2 parents 9025cfe + 74bc429 commit 3182ac6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# HTTPIE EDGEGRID RELEASE NOTES

## 2.1.1 (2022-09-27)

### Enhancements

* Update edgegrid-python dependency

## 2.1.0 (2022-08-30)

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyOpenSSL==22.0.0
httpie==3.2.1
edgegrid-python==1.3.0
edgegrid-python==1.3.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description='Edgegrid plugin for HTTPie.',
python_requires=">=3.7",
long_description=open('README.md').read().strip(),
version='2.1.0',
version='2.1.1',
author='Developer Experience Akamai',
author_email='[email protected]',
license='Apache 2.0',
Expand All @@ -25,7 +25,7 @@
},
install_requires=[
'httpie == 3.2.1',
'edgegrid-python == 1.3.0',
'edgegrid-python == 1.3.1',
'pyOpenSSL == 22.0.0'
],

Expand Down

0 comments on commit 3182ac6

Please sign in to comment.