Version bump to version 1.0.1 56/1956/2
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 6 Dec 2019 14:35:09 +0000 (16:35 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 6 Dec 2019 15:08:19 +0000 (17:08 +0200)
Version 1.0.1 does not include any ricsdl code changes compared
to the previous version 1.0.0. Version bump is needed to do to get
ricsdl released out properly to [test]pypi.org.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ibc8167dfd46cf6673f9f1d6cb1c2a61e39869e92

docs/release-notes.rst
ricsdl-package/ricsdl/__init__.py

index ae048ee..8576334 100644 (file)
 ..
 
 
-Release-Notes
+Release Notes
 =============
 
 
-This document provides the release notes for release 1.0.0 of ricsdl.
+This document provides the release notes of the ricsdl library.
 
 .. contents::
    :depth: 3
    :local:
 
 
+
+
 Version history
 ---------------
 
-+--------------------+--------------------+--------------------+--------------------+
-| **Date**           | **Ver.**           | **Author**         | **Comment**        |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
-| 2019-12-05         | 1.0.0              | T Tietavainen      | First version      |
-|                    |                    |                    |                    |
-+--------------------+--------------------+--------------------+--------------------+
+[1.0.1] - 2019-12-06
+
+* Version bump.
+
+[1.0.0] - 2019-12-05
+
+* First version.
+
+
 
 
 Summary
index d2878ca..d11eb4b 100644 (file)
@@ -31,7 +31,7 @@ from .exceptions import (
 )
 
 
-__version__ = '1.0.0'
+__version__ = '1.0.1'
 
 
 __all__ = [