Skip to content

Commit

Permalink
v2022.8.15.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shijingsun-TRI committed Aug 16, 2022
1 parent 2ecfe26 commit 0adeb48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@


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

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
Expand Down
2 changes: 1 addition & 1 deletion beep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0adeb48

Please sign in to comment.