Skip to content

Commit 7fdb381

Browse files
committed
updated
1 parent f03b6f5 commit 7fdb381

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
[![PyPI version](https://badge.fury.io/py/iotedgehubdev.svg)](https://badge.fury.io/py/iotedgehubdev)
4+
## 0.14.15 -2022-10-06
5+
* Updated pyOpenssl
46

57
## 0.14.14 - 2022-03-18
68
* Drop sudo requirement

iotedgehubdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
pkg_resources.declare_namespace(__name__)
88

99
__author__ = 'Microsoft Corporation'
10-
__version__ = '0.14.14'
10+
__version__ = '0.14.15'
1111
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
1212
__production__ = 'iotedgehubdev'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
from setuptools import find_packages, setup
55

6-
VERSION = '0.14.14'
6+
VERSION = '0.14.15'
77
# If we have source, validate that our version numbers match
88
# This should prevent uploading releases with mismatched versions.
99
try:

0 commit comments

Comments
 (0)