Preparations to push new release 09/6209/1
authorwahidw <abdulwahid.w@nokia.com>
Thu, 3 Jun 2021 08:20:59 +0000 (08:20 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Thu, 3 Jun 2021 08:20:59 +0000 (08:20 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: Ia2e03ac5f7df3fa02d51d74c68d203d2527bee8b

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

index c7f9003..c473462 100644 (file)
@@ -51,7 +51,7 @@ Version history
 | 2019-11-05         | 1.1.1              | R Riska            | First version      |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
-| 2020-12-11         | 1.1.2              | Ranjit/Abdulwahid  | Second version     |
+| 2021-06-04         | 1.1.3              | Ranjit/Abdulwahid  | Second version     |
 |                    |                    |                    |                    |
 +--------------------+--------------------+--------------------+--------------------+
 
index d3e76d7..e70a781 100644 (file)
@@ -25,7 +25,7 @@ def readme():
         return f.read()
 
 setup(name='mdclogpy',
-      version='1.1.2',
+      version='1.1.3',
       description='Structured logging library with Mapped Diagnostic Context',
       long_description=readme(),
       long_description_content_type="text/markdown",