From a998f3ce55f0bb977a1c78b054cca309c882c0f4 Mon Sep 17 00:00:00 2001 From: "Mark E. Haase" Date: Tue, 23 Jan 2024 09:53:47 -0500 Subject: [PATCH] Bump version v2.1.4 -> v2.1.5 --- docs/conf.py | 2 +- docs/developers.rst | 4 ++-- pyproject.toml | 2 +- src/attack_flow_builder/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 782b4a9b..b07fb638 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Center for Threat-Informed Defense" # The full version, including alpha/beta/rc tags -version = "v2.1.0" +version = "v2.1.5" release = version diff --git a/docs/developers.rst b/docs/developers.rst index 4a670ebd..3ee913d5 100644 --- a/docs/developers.rst +++ b/docs/developers.rst @@ -56,7 +56,7 @@ dependencies do not conflict with other Python packages you may have installed. ... - Installing the current project: attack-flow (2.1.0) + Installing the current project: attack-flow (2.1.5) Finally, enter the virtualenv. You can check if the installation succeeded by running the ``af`` command. @@ -65,7 +65,7 @@ the ``af`` command. $ poetry shell py[attack-flow] $ af version - Attack Flow version 2.1.0 + Attack Flow version 2.1.5 .. warning:: diff --git a/pyproject.toml b/pyproject.toml index 0f66f8f8..019fc9d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "attack-flow" -version = "2.1.0" +version = "2.1.5" description = "Attack Flow helps executives, SOC managers, and defenders easily understand how attackers compose ATT&CK techniques into attacks by developing a representation of attack flows, modeling attack flows for a small corpus of incidents, and creating visualization tools to display attack flows." authors = [ "Desiree Beck ", diff --git a/src/attack_flow_builder/package.json b/src/attack_flow_builder/package.json index a8c1d301..d7f12ae6 100644 --- a/src/attack_flow_builder/package.json +++ b/src/attack_flow_builder/package.json @@ -1,6 +1,6 @@ { "name": "attack-flow-builder", - "version": "2.1.0", + "version": "2.1.5", "private": true, "scripts": { "serve": "vue-cli-service serve",