Skip to content

Commit

Permalink
Prepare v1.0.8 iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jan 10, 2024
1 parent d9cc4dc commit 8e341c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.8] - Unreleased

## [1.0.7] - 2024-01-07
- Support pydantic v1 & v2
- Updated dependencies
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.8] - Unreleased

## [1.0.7] - 2024-01-07
- Support pydantic v1 & v2
- Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion iscc_core/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iscc-core"
version = "1.0.7"
version = "1.0.8"
description = "ISCC - Core Algorithms"
authors = ["Titusz <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 8e341c7

Please sign in to comment.