From 0adeb48e8ed96b4f398a8a3cae2344121ee97302 Mon Sep 17 00:00:00 2001 From: shijingsun-TRI Date: Mon, 15 Aug 2022 20:21:22 -0700 Subject: [PATCH] v2022.8.15.20 release --- CHANGES.md | 10 +++++++++- beep/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0a899a19..b10bf827 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ + + +v2022.8.15.20 +------------- +* Allow Novonix external summary to parse +* Update the support for Novonix ingestion and structuring +* Update documentation + v2022.7.1.18 ------------ * Update Novonix file ingestion #611 and #630 @@ -5,7 +13,7 @@ v2022.7.1.18 v2022.7.1.11 ------------ * Update readme -* All Novonix files to structure +* Allow Novonix files to structure * Add ExclusionCriteria and Datasplitter functions v2022.5.2.14 diff --git a/beep/__init__.py b/beep/__init__.py index 168e9b29..8c79592b 100644 --- a/beep/__init__.py +++ b/beep/__init__.py @@ -21,7 +21,7 @@ # Versioning. The python code version is frequently tagged # with a commit hash from the repo, which is supplied via # an environment variable by the integration build procedure -__version__ = "2022.7.1.18" +__version__ = "2022.8.15.20" VERSION_TAG = os.environ.get("BEEP_VERSION_TAG") if VERSION_TAG is not None: __version__ = "-".join([__version__, VERSION_TAG]) diff --git a/setup.py b/setup.py index dd5aa490..9edc3d52 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup(name="beep", url="https://github.com/TRI-AMDD/beep", - version="2022.7.1.18", + version="2022.8.15.20", description=description, long_description=long_description, long_description_content_type='text/markdown',