Skip to content

Commit

Permalink
Update to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Mar 13, 2024
1 parent fa96abc commit e3a90aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

## Features

- Added support for searching relationships by content in `get_objects_by_content.py`.
- Updated README.
- Added support for searching relationships by content in `get_objects_by_content.py`. [#164](https://github.com/mitre-attack/mitreattack-python/pull/164)
- Updated copyright year.
- Add font size parameter to svg config. [#160](https://github.com/mitre-attack/mitreattack-python/issues/160)

## Fixes

- Fixed the placement of the grey subtechnique bars in `svg_objects.py`.
- Fixed the placement of the grey subtechnique bars in `svg_objects.py`. [#166](https://github.com/mitre-attack/mitreattack-python/issues/166)
- Fixed readthedocs build.
- Fixed bug where self.src wasn't iterable in `get_objects_by_content()`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="mitreattack-python",
version="3.0.2",
version="3.0.3",
author="MITRE ATT&CK, MITRE Corporation",
author_email="attack@mitre.org",
description="MITRE ATT&CK python library",
Expand Down

0 comments on commit e3a90aa

Please sign in to comment.