From f68ec21e350f201d4c4141f0ffacbedd4b4cfbb8 Mon Sep 17 00:00:00 2001 From: wahidw Date: Fri, 11 Dec 2020 13:27:35 +0000 Subject: [PATCH] Updating the pylog version in release notes Signed-off-by: wahidw Change-Id: I2cd72fffc838334c49b4af614359b5216c8a718f --- docs/release-notes.rst | 7 ++++++- mdclogpy/setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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", -- 2.16.6