Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalantic committed Mar 25, 2024
1 parent a9b12e3 commit 17c9df4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion HISTORY
Expand Up @@ -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
Issue #220 Correct CAT205 and CAT025

2.8.6 (python_v0.7.6)
Issue #224 Update categories 19,20,21,23
2 changes: 1 addition & 1 deletion asterix/version.py
@@ -1 +1 @@
__version__ = '0.7.5'
__version__ = '0.7.6'
4 changes: 2 additions & 2 deletions src/main/version.h
Expand Up @@ -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

0 comments on commit 17c9df4

Please sign in to comment.