Updating the pylog version in release notes 17/5317/2
authorwahidw <abdulwahid.w@nokia.com>
Fri, 11 Dec 2020 13:27:35 +0000 (13:27 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Fri, 11 Dec 2020 13:54:39 +0000 (13:54 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: I2cd72fffc838334c49b4af614359b5216c8a718f

docs/release-notes.rst
mdclogpy/setup.py

index 5f88ea6..c7f9003 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^
index c4e49bc..d3e76d7 100644 (file)
@@ -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",