Skip to content

Commit

Permalink
Bump to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slowaner committed Aug 1, 2024
1 parent eee8224 commit 9cd0b68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
===============

2.13.0 (2024-08-01)
-------------------
- Increase maximum length of `query` parameter for datasource filter method.
- Remove parameter `imageID` from `ArtifactAnalysisParamsForm`.
- Deprecate `ArtifactAnalysisParamsView.image_id` property.
- Add `suggest` parameter to entities aggregate method.

2.13.0a1 (2024-07-10)
---------------------
- Extend node roles enum
Expand Down
2 changes: 1 addition & 1 deletion cybsi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.13.0a1"
__version__ = "2.13.0"
__title__ = "cybsi-python-sdk"
__description__ = "Cybersecurity threat intelligence development kit"
__license__ = "Apache License 2.0"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cybsi-sdk"
version = "2.13.0a1"
version = "2.13.0"
description = "Cybsi development kit"
authors = ["Cybsi SDK developers"]
license = "Apache License 2.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ extend_skip = ["__init__.py"]
[tool.tbump]

[tool.tbump.version]
current = "2.13.0a1"
current = "2.13.0"

regex = '''
^
Expand Down

0 comments on commit 9cd0b68

Please sign in to comment.