From 17c9df401e33b9a590737fe01e985362d5b24a92 Mon Sep 17 00:00:00 2001 From: Damir Salantic Date: Mon, 25 Mar 2024 17:05:28 +0100 Subject: [PATCH] Updated version --- HISTORY | 5 ++++- asterix/version.py | 2 +- src/main/version.h | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 2496971..7ba4861 100644 --- a/HISTORY +++ b/HISTORY @@ -265,4 +265,7 @@ Added support for python 3.10 Issue #209 replace asterix2json with asterixjson2xml in documentation Issue #211 asterix-specs conversion fix Issue #213 Fixed duplicate field names in I001/060 and I252/110 -Issue #220 Correct CAT205 and CAT025 \ No newline at end of file +Issue #220 Correct CAT205 and CAT025 + +2.8.6 (python_v0.7.6) +Issue #224 Update categories 19,20,21,23 diff --git a/asterix/version.py b/asterix/version.py index 7dfe66c..79866ab 100644 --- a/asterix/version.py +++ b/asterix/version.py @@ -1 +1 @@ -__version__ = '0.7.5' +__version__ = '0.7.6' diff --git a/src/main/version.h b/src/main/version.h index 4be2704..5390b75 100644 --- a/src/main/version.h +++ b/src/main/version.h @@ -26,7 +26,7 @@ #ifndef VERSION_H #define VERSION_H -#define _VERSION 2.8.5 -#define _VERSION_STR "2.8.5" +#define _VERSION 2.8.6 +#define _VERSION_STR "2.8.6" #endif