From cdc9d6f67f47f207003b354da004fd4dd2c55827 Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Fri, 6 Dec 2019 16:35:09 +0200 Subject: [PATCH] Version bump to version 1.0.1 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 Change-Id: Ibc8167dfd46cf6673f9f1d6cb1c2a61e39869e92 --- docs/release-notes.rst | 22 +++++++++++++--------- ricsdl-package/ricsdl/__init__.py | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index ae048ee..8576334 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -17,27 +17,31 @@ .. -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 diff --git a/ricsdl-package/ricsdl/__init__.py b/ricsdl-package/ricsdl/__init__.py index d2878ca..d11eb4b 100644 --- a/ricsdl-package/ricsdl/__init__.py +++ b/ricsdl-package/ricsdl/__init__.py @@ -31,7 +31,7 @@ from .exceptions import ( ) -__version__ = '1.0.0' +__version__ = '1.0.1' __all__ = [ -- 2.16.6