Skip to content

Commit

Permalink
2.8.1 (python_v0.7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalantic committed May 20, 2021
1 parent b043584 commit a47f4ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Expand Up @@ -246,7 +246,7 @@ Issue #122 glibc version 2.1 behaves diffrently than glibc 2.0.6
Added CAT004 v1.12
Issue #178 Explicit items with more elements then in definition should be put to list

Not versioned yet
2.8.1 (python_v0.7.1)
Issue #180 Problem decoding repetitive data item I023/120 Service Statistics
Issue #181 Add missing Single Antenna (SA) element in Data Item I021/008 for CAT021 v2.1
Issue #182 convert timestamp to double, improves precision
2 changes: 1 addition & 1 deletion asterix/version.py
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.7.1'
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.0
#define _VERSION_STR "2.8.0"
#define _VERSION 2.8.1
#define _VERSION_STR "2.8.1"

#endif

0 comments on commit a47f4ae

Please sign in to comment.