Skip to content

Commit

Permalink
Feat: Support unset index by hash (#97)
Browse files Browse the repository at this point in the history
* Feat: Support unset index by hash

* Fix: using file hash if result hash not exists yet

* Fix: revert - using file hash if result hash not exists yet

* Fix: According to PR.
Feat: add docstring to any function in _api module

* Feat: version bump & edit CHANGES

* Chore: add docstring to index.py

* Chore: add docstring to index.py
  • Loading branch information
guysl10 authored Jun 18, 2023
1 parent f207e37 commit 5b810a4
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.17.1
----
- support unset index by hash
- Add docstring to _api module

1.17
____
- Support get alerts by alert ids.
Expand Down
2 changes: 1 addition & 1 deletion intezer_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.17'
__version__ = '1.17.1'
Loading

0 comments on commit 5b810a4

Please sign in to comment.