Skip to content

Commit

Permalink
Merge pull request #145 from swimlane/release-please--branches--main-…
Browse files Browse the repository at this point in the history
…-components--pyattck-data

chore(main): release 2.6.3
  • Loading branch information
MSAdministrator authored May 15, 2023
2 parents ddd8fbf + 887d241 commit 666adc3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.6.3](https://github.com/swimlane/pyattck-data/compare/2.6.2...2.6.3) (2023-05-11)


### Bug Fixes

* Updating error handling and checking in generated data ([ddd8fbf](https://github.com/swimlane/pyattck-data/commit/ddd8fbf7691a9507feb8558a0d9d9a25f64e2b6c))
* Updating to support changes from Attack 13 ([d7cff7b](https://github.com/swimlane/pyattck-data/commit/d7cff7b64aa65351a8371b392800ec953e021c87))

## [2.6.2](https://github.com/swimlane/pyattck-data/compare/2.6.1...2.6.2) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyattck-data"
version = "2.6.2"
version = "2.6.3"
description = "Pyattck Data"
authors = ["Swimlane <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def parse_requirements(requirement_file):

setup(
name='pyattck-data',
version='2.6.2',
version='2.6.3',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='Generates contextual data utilized by pyattck.',
Expand Down

0 comments on commit 666adc3

Please sign in to comment.