Skip to content

Commit

Permalink
1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pcoccoli committed Feb 22, 2024
1 parent b93f19b commit d118052
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The format is based on `Keep a Changelog`_.
Unreleased
==========

1.8.2 (2024-02-20)
==================

Added
-----

Expand Down
4 changes: 2 additions & 2 deletions packages/kestrel_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kestrel_core"
version = "1.8.0"
version = "1.8.1"
description = "Kestrel Threat Hunting Language"
readme = "README.rst"
requires-python = ">=3.8"
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies = [
"pandas>=2.0.3",
"pyarrow>=13.0.0",
"tabulate>=0.9.0",
"firepit>=2.3.30",
"firepit>=2.3.32",
]

[project.optional-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/kestrel_datasource_stixshifter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kestrel_datasource_stixshifter"
version = "1.8.0"
version = "1.8.1"
description = "Kestrel STIX-shifter Datasource Interface"
readme = "README.rst"
requires-python = ">=3.8"
Expand All @@ -27,7 +27,7 @@ classifiers = [
]

dependencies = [
"kestrel_core>=1.8.0",
"kestrel_core>=1.8.1",
"lxml>=4.9.3",
"requests>=2.31.0",
"nest-asyncio>=1.5.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/kestrel_jupyter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kestrel_jupyter"
version = "1.8.1"
version = "1.8.2"
description = "Kestrel Jupyter Kernel"
readme = "README.rst"
requires-python = ">=3.8"
Expand All @@ -26,9 +26,9 @@ classifiers = [
]

dependencies = [
"kestrel_core==1.8.0",
"kestrel_core==1.8.1",
"kestrel_datasource_stixbundle==1.8.0",
"kestrel_datasource_stixshifter==1.8.0",
"kestrel_datasource_stixshifter==1.8.1",
"kestrel_analytics_python==1.8.0",
"kestrel_analytics_docker==1.8.0",
"jupyterlab-server",
Expand Down

0 comments on commit d118052

Please sign in to comment.