From fa62d32a673a4d1d8dfd95cc0749d5ea2700db5b Mon Sep 17 00:00:00 2001 From: Vikas <84580678+vikas0212git@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:06:21 -0700 Subject: [PATCH] updated --- CHANGELOG.md | 3 +++ iotedgehubdev/__init__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b31dc..95b994e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog [![PyPI version](https://badge.fury.io/py/iotedgehubdev.svg)](https://badge.fury.io/py/iotedgehubdev) +## 0.14.16 -2022-10-10 +* Updated docker compose + ## 0.14.15 -2022-10-06 * Updated pyOpenssl diff --git a/iotedgehubdev/__init__.py b/iotedgehubdev/__init__.py index 7a650d1..3d79e87 100644 --- a/iotedgehubdev/__init__.py +++ b/iotedgehubdev/__init__.py @@ -7,6 +7,6 @@ pkg_resources.declare_namespace(__name__) __author__ = 'Microsoft Corporation' -__version__ = '0.14.15' +__version__ = '0.14.16' __AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe' __production__ = 'iotedgehubdev' diff --git a/requirements.txt b/requirements.txt index 893cca4..9cd9d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ rope tox pyyaml>=5.4 jsonpath_rw -docker-compose==1.29.1 +docker-compose==1.29.2 pytest pyinstaller==4.10 urllib3>=1.26.4 diff --git a/setup.py b/setup.py index 04159b3..42923b5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ from setuptools import find_packages, setup -VERSION = '0.14.15' +VERSION = '0.14.16' # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: