From: wahidw Date: Fri, 11 Dec 2020 13:27:35 +0000 (+0000) Subject: Updating the pylog version in release notes X-Git-Tag: 1.1.2~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f68ec21e350f201d4c4141f0ffacbedd4b4cfbb8;p=com%2Fpylog.git Updating the pylog version in release notes Signed-off-by: wahidw Change-Id: I2cd72fffc838334c49b4af614359b5216c8a718f --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5f88ea6..c7f9003 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -34,7 +34,7 @@ Release-Notes ============= -This document provides the release notes for release 1.1.1 of pylog. +This document provides the release notes for pylog. .. contents:: :depth: 3 @@ -51,6 +51,9 @@ Version history | 2019-11-05 | 1.1.1 | R Riska | First version | | | | | | +--------------------+--------------------+--------------------+--------------------+ +| 2020-12-11 | 1.1.2 | Ranjit/Abdulwahid | Second version | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ Summary @@ -73,6 +76,8 @@ This is the first version of this package. Feature Additions ^^^^^^^^^^^^^^^^^ +New API added for initialising the log format. + Bug Corrections ^^^^^^^^^^^^^^^ diff --git a/mdclogpy/setup.py b/mdclogpy/setup.py index c4e49bc..d3e76d7 100644 --- a/mdclogpy/setup.py +++ b/mdclogpy/setup.py @@ -25,7 +25,7 @@ def readme(): return f.read() setup(name='mdclogpy', - version='1.1.1', + version='1.1.2', description='Structured logging library with Mapped Diagnostic Context', long_description=readme(), long_description_content_type="text/markdown",