Skip to content

Commit

Permalink
3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Jun 28, 2022
1 parent cc61571 commit 4472e79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [3.7.0] - 2022-06-28

### Added
- STIX 2.1 output format that includes three SCO extensions and one property extension. This generates a STIX package containing the results of the full analysis.
Expand Down Expand Up @@ -507,7 +507,8 @@ It is assumed if you are not updating/adding tests.
- Fixed broken markdown headings from @bryant1410


[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.2...HEAD
[Unreleased]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.7.0...HEAD
[3.7.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.2...3.7.0
[3.6.2]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.1...3.6.2
[3.6.1]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.6.0...3.6.1
[3.6.0]: https://github.com/Defense-Cyber-Crime-Center/DC3-MWCP/compare/3.5.0...3.6.0
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Expand Up @@ -9,14 +9,14 @@
import nox


@nox.session(python="3.7")
@nox.session(python="3.8")
def test(session):
"""Run pytests"""
session.install("-e", ".[testing]")
session.run("pytest")


@nox.session(python="3.7")
@nox.session(python="3.8")
def build(session):
"""Build source and wheel distribution"""
session.run("python", "setup.py", "sdist")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 4472e79

Please sign in to comment.