From 8e341c716aea4d1be90a1c97628fc45fceb1d272 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Wed, 10 Jan 2024 18:33:48 +0100 Subject: [PATCH] Prepare v1.0.8 iteration --- CHANGELOG.md | 2 ++ docs/changelog.md | 2 ++ iscc_core/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa17b4..c54e833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [1.0.8] - Unreleased + ## [1.0.7] - 2024-01-07 - Support pydantic v1 & v2 - Updated dependencies diff --git a/docs/changelog.md b/docs/changelog.md index baa17b4..c54e833 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,7 @@ # Changelog +## [1.0.8] - Unreleased + ## [1.0.7] - 2024-01-07 - Support pydantic v1 & v2 - Updated dependencies diff --git a/iscc_core/__init__.py b/iscc_core/__init__.py index 349785d..5a71e9f 100644 --- a/iscc_core/__init__.py +++ b/iscc_core/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.7" +__version__ = "1.0.8" from iscc_core.options import core_opts, conformant_options # Import full api to toplevel diff --git a/pyproject.toml b/pyproject.toml index 3fb0bd2..27ff2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iscc-core" -version = "1.0.7" +version = "1.0.8" description = "ISCC - Core Algorithms" authors = ["Titusz "] license = "Apache-2.0"