Fixing version issues while releasing - retry 2 86/6286/2
authorwahidw <abdulwahid.w@nokia.com>
Thu, 10 Jun 2021 07:29:58 +0000 (07:29 +0000)
committerAbdul Wahid W <abdulwahid.w@nokia.com>
Thu, 10 Jun 2021 07:38:28 +0000 (07:38 +0000)
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
Change-Id: Ide052cd1afdae7115a08fe3fa576ec556a09a490

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

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