Skip to content

Commit

Permalink
DXE-1476 from akamai/release/v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slonimskaia authored Aug 30, 2022
2 parents 4275708 + 3f6bf5f commit 9025cfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 2.1.0 (2022-08-30)

### Enhancements

* Update edgegrid-python dependency

## 2.0.0 (2022-04-27)

### BREAKING CHANGES
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.2.1
edgegrid-python==1.3.0
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.0.0',
version='2.1.0',
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.2.1',
'edgegrid-python == 1.3.0',
'pyOpenSSL == 22.0.0'
],

Expand Down

0 comments on commit 9025cfe

Please sign in to comment.