Skip to content

Commit

Permalink
DXE-2976 Release httpie-edgegrid 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwoj committed Sep 12, 2023
1 parent 95f515e commit d88c7dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# HTTPIE EDGEGRID RELEASE NOTES

## 2.1.3 (2023-09-14)

### Enhancements

* Update `urllib3` and test dependencies

## 2.1.2 (2023-06-22)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ run:
``` bash
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ pip install -r requirements_dev.txt
$ python -m unittest discover
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_readme() -> str:
description='Edgegrid plugin for HTTPie.',
python_requires=">=3.7",
long_description=get_readme(),
version='2.1.2',
version='2.1.3',
author='Developer Experience Akamai',
author_email='devrel@akamai.com',
license='Apache 2.0',
Expand Down

0 comments on commit d88c7dc

Please sign in to comment.