From c945c527093d9b32e3ef0a6beee79f2e7e4768d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20L=C3=B6sch?= Date: Thu, 5 May 2022 15:35:21 +0200 Subject: [PATCH] Release: Bump version to 1.4.4 --- README.md | 2 ++ maltego_trx/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d1723..415bf2e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![Sonatype Jake](https://github.com/paterva/maltego-trx/actions/workflows/sonatype-jack.yml/badge.svg)](https://github.com/paterva/maltego-trx/actions/workflows/sonatype-jack.yml) ## Release Notes +__1.4.4__: Added skeletons for csv export in template dir and made project.py app import compatible with docs + __1.4.0 + 1.4.1:__ Both versions are incompatible with python3.7 and lower. __1.4.2__: Fixed python3.6 incomptibility diff --git a/maltego_trx/__init__.py b/maltego_trx/__init__.py index fd87029..8f8e75e 100644 --- a/maltego_trx/__init__.py +++ b/maltego_trx/__init__.py @@ -1 +1 @@ -VERSION = "1.4.3" +VERSION = "1.4.4"