From 696fa262c05bd88d3806fee64b12578888d0abf4 Mon Sep 17 00:00:00 2001 From: grydz Date: Wed, 19 Jun 2024 18:29:19 +0400 Subject: [PATCH] Fix: Revert "Change Log" to not increment version of the library This reverts commit 1398251a0324d0a42b8af96e181f198663b0f54d. --- CHANGELOG.md | 7 +------ src/mse_cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755bd96..b41fb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,5 @@ # CHANGELOG -## \[1.3.1\] - 2023-12-12 - -### Updated - -* [Documentation] Reflecting the renaming of MSE to Cosmian ENclave - ## \[1.3\] - 2023-08-16 ### Added @@ -15,6 +9,7 @@ ### Updated * [MSE Home] Homogenization of commands encrypt/decrypt and seal/unseal +* [Documentation] Reflecting the renaming of MSE to Cosmian Enclave ## \[1.2\] - 2023-08-10 diff --git a/src/mse_cli/__init__.py b/src/mse_cli/__init__.py index 006e75c..246a081 100644 --- a/src/mse_cli/__init__.py +++ b/src/mse_cli/__init__.py @@ -4,7 +4,7 @@ import sys from pathlib import Path -__version__ = "1.3.1" +__version__ = "1.3" # This directory contains the login information of the user # and the context of all its deployments