From ea2c50984f8c702c0a0803ecd0b2a1b7fb91b3c4 Mon Sep 17 00:00:00 2001 From: Erwin Junge Date: Wed, 13 Apr 2022 13:23:44 +0200 Subject: [PATCH] Bump version --- CHANGES.rst | 4 ++++ opentaxii/_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8370e53c..813547c7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,10 @@ Changelog ========= +0.3.0a4 (2022-04-13) +-------------------- +* Merge changes from 0.2.4 maintenance release + 0.3.0a3 (2022-01-21) -------------------- * Fix bug that prevented booting with only taxii1 config (`#217 `_ thanks `@azurekid `_ for the report) diff --git a/opentaxii/_version.py b/opentaxii/_version.py index a72abf67..ee4cbff8 100644 --- a/opentaxii/_version.py +++ b/opentaxii/_version.py @@ -3,4 +3,4 @@ This module defines the package version for use in __init__.py and setup.py. """ -__version__ = '0.3.0a3' +__version__ = '0.3.0a4'