Skip to content

Commit 25ee889

Browse files
committed
Bump version as well
1 parent 11c9970 commit 25ee889

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.0
2+
3+
* Added `PATCH_ECS_ALLOWED_HOSTS` config setting, to support aws-vault's --ecs-server option
4+
15
## 2.1.0
26

37
* Fix for the gunicorn logging run location in gunicorn.conf, when trying to catch an exception that only exists in python3.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="metadataproxy",
28-
version="2.1.0",
28+
version="2.2.0",
2929
packages=find_packages(exclude=["test*"]),
3030
include_package_data=True,
3131
zip_safe=False,

0 commit comments

Comments
 (0)