Skip to content

Commit

Permalink
Merge pull request #24 from cyberstudio/Skyman2413-fix-observable-dep…
Browse files Browse the repository at this point in the history
…endency

Export PotentialDamage and RIR attributes
  • Loading branch information
perastov authored Feb 5, 2024
2 parents 9644a06 + 2279e2d commit 18ecbd9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release History
===============

2.12.0a6 (2024-02-02)
---------------------
- Mention changes in 2.11.1

2.12.0a5 (2023-12-04)
---------------------
- Extend node roles enum
Expand All @@ -21,6 +25,10 @@ Release History
---------------------
- Add Platforms attribute

2.11.1 (2024-02-02)
-------------------
- Export PotentialDamage and RIR attributes

2.11.0 (2023-09-30)
-------------------
- Update docs
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.12.0a5"
__version__ = "2.12.0a6"
__title__ = "cybsi-python-sdk"
__description__ = "Cybersecurity threat intelligence development kit"
__license__ = "Apache License 2.0"
Expand Down
2 changes: 2 additions & 0 deletions cybsi/api/observable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@
LinkDirection,
NodeRole,
IdentityClass,
PotentialDamage,
RegionalInternetRegistry,
)
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.12.0a5"
version = "2.12.0a6"
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.12.0a5"
current = "2.12.0a6"

regex = '''
^
Expand Down

0 comments on commit 18ecbd9

Please sign in to comment.