From 7d132c17dd1f8cd6e7038174bf1a28f041683f21 Mon Sep 17 00:00:00 2001 From: Lorenz Herzberger <64837895+LaurentMontBlanc@users.noreply.github.com> Date: Thu, 7 Jul 2022 13:11:42 +0200 Subject: [PATCH] version bump (#185) * updated version number to 1.0.0 Signed-off-by: Lorenz Herzberger * version bumpt Signed-off-by: Lorenz Herzberger --- CHANGELOG.md | 5 ++++- .../source/connecting/http-samples/api-index-response.http | 2 +- .../root/source/connecting/http-samples/index-response.http | 6 +++--- planetmint/version.py | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a093e9f..c480176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,10 @@ For reference, the possible headings are: ## [Unreleased] -## [1.0.0] +## [1.0.1] - 2022-07-07 +updated documentation + +## [1.0.0] - 2022-07-05 ### Feature Update Tarantool integration diff --git a/docs/root/source/connecting/http-samples/api-index-response.http b/docs/root/source/connecting/http-samples/api-index-response.http index b2a074d..d09560a 100644 --- a/docs/root/source/connecting/http-samples/api-index-response.http +++ b/docs/root/source/connecting/http-samples/api-index-response.http @@ -4,7 +4,7 @@ Content-Type: application/json { "assets": "/assets/", "blocks": "/blocks/", - "docs": "https://docs.planetmint.com/projects/server/en/v1.0.0/http-client-server-api.html", + "docs": "https://docs.planetmint.com/projects/server/en/v1.0.1/http-client-server-api.html", "metadata": "/metadata/", "outputs": "/outputs/", "streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks", diff --git a/docs/root/source/connecting/http-samples/index-response.http b/docs/root/source/connecting/http-samples/index-response.http index 2cfc34d..4966039 100644 --- a/docs/root/source/connecting/http-samples/index-response.http +++ b/docs/root/source/connecting/http-samples/index-response.http @@ -6,7 +6,7 @@ Content-Type: application/json "v1": { "assets": "/api/v1/assets/", "blocks": "/api/v1/blocks/", - "docs": "https://docs.planetmint.com/projects/server/en/v1.0.0/http-client-server-api.html", + "docs": "https://docs.planetmint.com/projects/server/en/v1.0.1/http-client-server-api.html", "metadata": "/api/v1/metadata/", "outputs": "/api/v1/outputs/", "streamedblocks": "ws://localhost:9985/api/v1/streams/valid_blocks", @@ -15,7 +15,7 @@ Content-Type: application/json "validators": "/api/v1/validators" } }, - "docs": "https://docs.planetmint.com/projects/server/en/v1.0.0/", + "docs": "https://docs.planetmint.com/projects/server/en/v1.0.1/", "software": "Planetmint", - "version": "1.0.0" + "version": "1.0.1" } diff --git a/planetmint/version.py b/planetmint/version.py index bd740c4..6b83d6e 100644 --- a/planetmint/version.py +++ b/planetmint/version.py @@ -3,7 +3,7 @@ # SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) # Code is Apache-2.0 and docs are CC-BY-4.0 -__version__ = "1.0.0" +__version__ = "1.0.1" __short_version__ = "1.0" # Supported Tendermint versions