From 0e96f65aca96bb736221f566a9c5b280b249b1b5 Mon Sep 17 00:00:00 2001 From: Ahmed Hasanovic Date: Wed, 27 Jul 2022 09:41:46 +0200 Subject: [PATCH] trying to release again --- Makefile | 2 +- RELEASE.md | 6 ++++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4ee3c39..e96935f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ export # MUST BE THE SAME AS API in Mayor and Minor Version Number # example: API 2.9.0 --> Client 2.9.X -ONDEWO_LOGGING_VERSION=3.2.2 +ONDEWO_LOGGING_VERSION=3.2.3 PYPI_USERNAME?=ENTER_HERE_YOUR_PYPI_USERNAME diff --git a/RELEASE.md b/RELEASE.md index db521f9..e35f1c4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,11 @@ ***************** # Release History +***************** +## Release ONDEWO LOGGING PYTHON 3.2.3 + +### Bug Fixes +logging.yaml was not included in the build + ***************** ## Release ONDEWO LOGGING PYTHON 3.2.2 diff --git a/setup.py b/setup.py index f46cd92..cce4876 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='ondewo-logging', - version='3.2.2', + version='3.2.3', author='Ondewo GmbH', author_email='info@ondewo.com', description='This library provides custom logging for python including error handling and timing.',